Let's say I have $u_n = f(n) > 0$, such that $f(n) \sim g(n)$ and such that there exist $\alpha \geq 1$ such that : $g(n) = o(1/n^\alpha)$, then can I say that the series of general term : $u_n$ converges ?
For example if : $u_n = \frac{n^4\ln(3n)}{e^{2n}}$ then can I say the following :
$u_n \sim \frac{n^4\ln(n)}{e^{2n}}$ and because $\frac{n^4\ln(n)}{e^{2n}} = o(1/n)$ then $\sum u_n$ converges ?
Thank you,
For your general question, the Bertrand's series: $$\sum_{n\ge 2}\frac1{n\log n} $$ is a counter-example (by the integral test). If you have $\alpha>1$, you can answer positively.