I want to make sure my solution is correct, also possibly see some other solution from the people of Math.SE
$$\sum_{n=1}^\infty \frac{\log{n}}{n^c},c\in\mathbb{R}$$
For $c\leq 0$ series clearly diverge, as the sequence does not converge to 0.
For $c\in (0,1]$ I can use the inequality $\frac{1}{n^c}<\frac{\log n}{n^c}$ which holds for almost all $n$ to show that the series diverge by the comparisom test.
For $c> 1$ I used the inequality $\log n < n^\epsilon, \epsilon>0$, once again true for almost all $n$. $\sum \frac{n^\epsilon}{n^c}$ converges for $c>1$ and by comparison, so does the original series.
Is this correct? Thank you for any help.