Determine whether the following series is convergent or divergent
$$\sum_{n=0}^∞ \frac{(\ln(n)+5)}{n^2}$$
I tried using comparison test and p-test: $$\frac{\ln(n)+5}{n^2}$$<=$$\frac{1}{n^2}$$
And since 1/n^2 is convergent by p-test, the series is convergent. But i am not sure if my solution is correct especially the part on determining the upper bound of $$\frac{\ln(n)+5}{n^2}$$
Note that$$\frac{\ln(n)+5}{n^2}\leqslant\frac1{n^{3/2}}\iff\ln(n)+5\leqslant\sqrt n,$$and this last statement holds, if $n\gg1$. So, since the series $\sum_{n=1}^\infty\frac1{n^{3/2}}$ converges, so does your series.