This is an exercise that was given to me, and I would like to emphasize that I am not looking for an answer, but rather a pointer or a hint in the right direction, since it appears I've reached a bit of a dead end. We are looking at sequences over the real numbers (at least that's my assumption, and that's where I've been looking).
I've come with various results to help me try such a sequence:
- The ratio test has to be inconclusive, as does the root test.
- Since $a_n$ converges to $0$, so does $a_n^3$
- The sequences $|a_n|$ cannot be monotone decreasing, otherwise $\sum a_n^3$ will converge.
Other various things I've noticed:
- It's very easy to find $a_n$ such that $a_n$ converges but $a_n^2$ diverges. Is it possible to use that fact? Let $u_n$ be such a sequence. I tried to construct a sum of two sequences so that when we take the third power, $u_n^2$ appears in the binomial expansion. That "naive" approach didn't get me too far however.
- We can make the following observation: \begin{align} \sum a_n^3 &= a_1^3 + a_2^3+a_3^3+a_4^3\cdots \\ & = (a_1+a_2)((a_1-a_2)^2 + a_1a_2) + (a_3+a_4)((a_3-a_4)^2 + a_3a_4) +\cdots \end{align} This hasn't taken me anywhere.
Other things I've thought about:
I think a natural form for the sequence would be the product of two functions, $f$ and $g$, such that one converges to $0$ much faster than the other. By using the comparison test, we could try to require that $(fg)^3 > k_n$ for all n for some sequence $k_n$ whose associated series is divergent. I think it is unlikely we could find such a product though, since if $fg$ plummets fast enough, then $(fg)^3$ will plummet even faster.
- I've tried a few things for lack of better options, using exp, trig functions, polynomials, none of my tries have worked so far, almost always as a product of two functions.
If someone could suggest a possible step forward, I would be very grateful!
$$1-\frac{1}{2}\cdot 1-\frac{1}{2}\cdot 1 + \frac{1}{2^{1/3}}- \frac{1}{2}\cdot \frac{1}{2^{1/3}} - \frac{1}{2}\cdot \frac{1}{2^{1/3}} + \frac{1}{3^{1/3}}- \frac{1}{2}\cdot \frac{1}{3^{1/3}} - \frac{1}{2}\cdot \frac{1}{3^{1/3}} + \cdots$$
which converges to $0.$ Cubing the series gives ...
– zhw. Oct 17 '17 at 05:11