Suppose the infinite series $\sum a_n$ converges ($a_n \in \mathbb{R}$ not all positive or negative).
(1) Is it true that $\sum a_n^2$ converges?
(2) Is it true that $\sum a_n^3$ converges?
For (1), the answer is no. I found the counterexample $a_n = (-1)^n / \sqrt{n}$ which converges by alternating series, but $\sum a_n^2 = \sum1/n $ is divergent.
I'm unsure about proving truth of (2) and can't seem to find a counterexample.
Thanks for help.