So I have this problem:
Determine whether or not the following infinite series converge or diverge. State what test you used.
$$\sum_{n=1}^\infty\frac{\ln(n)}{n^2}$$
So I decided to do the Integral Test for $$\int^\infty_1\frac{ln(n)}{n^2}dx$$
I made $u = \ln(n)$ and $du = \frac{1}{n}dx$ and got:
$$\int^\infty_1\frac{u}{n}*du$$
which would become:
$$u[\ln(n)]|^\infty_1$$
This is incomplete, but does this look right so far? If not, how do I fix it?