Suppose $a_{n}>0$ and the following series converges
$\sum_{n=1}^{\infty} a_{n}^{3}$
Does this imply that
$\sum_{n=1}^{\infty} \frac{a_{n}}{n}$
converges?
I was able to prove that the second series also converges by using the limit comparision test. Is there another way to show the second series converges (e.g. root or ratio test)?
Case 1: $a_{n}^{2} n$ converges to a non-zero number. Then the second series converges by the LCT.
Case 2: $a_{n}^{2} n$ does not converge to a non-zero number. Break up $a_{n}$ into 2 subsequence $a_{k_{n}}$ and $a_{p_{n}}$ such that $a_{k_{n}}^{2} n \ge 1$ and $a_{p_{n}}^{2} n <1$ for all $n$. Then $\sum a_{k_{n}}/n$ converges by simple comparison test. Note that $a_{p_{n}}<1/ \sqrt{n}$ so $\sum a_{p_{n}}/n$ converges. So the second series converges under case 2
– Mykie Aug 07 '10 at 02:44