In connection to this question, I found a similar problem in another Miklos Schweitzer contest:
Problem 8./2007 For $A=\{a_i\}_{i=0}^\infty$ a sequence of real numbers, denote by $SA=\{a_0,a_0+a_1,a_0+a_1+a_2,...\}$ the sequence of partial sums of the series $a_0+a_1+a_2+...$. Does there exist a non-identically zero sequence $A$ such that all the sequences $A,SA,SSA,SSSA,...$ are convergent?
If $SA$ is convergent then $A \to 0$. $SSA$ convergent implies $SA \to 0$. We have
- $SSA=\{a_0,2a_0+a_1,3a_0+2a_1+a_2,4a_0+3a_1+2a_2+a_3...\}$
- $SSSA=\{a_0,3a_0+a_1,6a_0+3a_1+a_2,10a_0+6a_1+3a_2+a_3...\}$.
I suppose when the number of iteration grows, the coefficients of the sequence grow very large, and I suppose somehow we can get a contradiction if the initial sequence is non-identically zero.
There do exist non-identically zero sequences with the required properties.
I don't know of any simple description, but can outline a construction which will generate such sequences. First, let me define a bit of notation. If $A=(a_0,a_1,a_2,\ldots)$ then set $DA = (a_0,a_1-a_0,a_2-a_1,\ldots)$, so that $D$ and $S$ are inverses of each other.
Writing $S^kA_n$ for the n'th element of the sequence $S^kA$, I will construct a nonzero series such that, for each $k$, $\vert S^kA_n\vert\le3^{-k}/n$ for all large enough $n$. So, $S^kA$ converges to zero.
We can construct $A$ by building up the initial segments of the sequence in an inductive fashion. Consider the following steps.
This construction is designed so that we obtain $S^{k+1}A_{n_{k+1}}=0$ and, in particular, $\vert S^{k+1}A_{n_{k+1}}\vert\le 3^{-k-1}/n_{k+1}$. We also have $\vert S^kA_n\vert\le 3^{-k}/n$ for $n_k\le n\le n_{k+1}$ so, for $n > n_k$, this gives $$ \begin{align} \vert S^{k-1}A_n\vert&=\vert S^kA_n- S^kA_{n-1}\vert\\ &\le 3^{-k}/n+3^{-k}/(n-1)\\ &\le 3^{-k}/n+3^{-k}2/n\\ &=3^{-(k-1)}/n. \end{align} $$ Applying this inequality iteratively with $k$ replaced by $k-1,k-2,\ldots$ shows that $\vert S^jA_n\vert\le 3^{-j}/n$ for all $j\le k$ and $n_k\le n\le n_{k+1}$. So, we can repeat the above steps with $k$ replaced by $k+1$, then by $k+2$, and so on. It is also possible to initialize the procedure for $k=0$ by taking $n_k=1$ and $a_0=1,a_1=0$.
This leads to a sequence $A=(a_0,a_1,a_2,\ldots)$ and $n_1 < n_2 < n_3 < \cdots$ such that $\vert S^k A_n\vert\le 3^{-k}/n$ whenever $n\ge n_k$. So, for each $k$, $S^kA$ is a sequence converging to 0.
I'll also add an argument showing that, if we expand $f(z)\equiv\exp(1/(z-1))$ as a power series, $$ f(z)=\sum_{n=0}^\infty a_nz^n $$ then $A=\{a_0,a_1,a_2,\ldots\}$ satisfies the required properties. I can't take full credit for this argument, as it is just following through on the ideas in leonbloy's answer.
The idea is that $f(z)$ is analytic on the disc $\vert z\vert < 1$, so the series expansion is well-defined with radius of convergence equal to 1. Furthermore, $f(z)$ has a zero of infinite order as $z$ approaches 1. More precisely, $(z-1)^{-k}f(z)$ extends to a smooth function on the unit circle $\{\vert z\vert=1\}$. Integrating around the contour $\gamma(t)=\exp(2\pi it)$, Cauchy's integral formula gives $$ a_n=\frac{1}{2\pi i}\int_\gamma z^{-n-1}f(z)\,dz=\int_0^1\exp(-2\pi int)f(\gamma(t))\,dt. $$ So, $a_n$ is the Fourier series of the smooth function $f(\gamma(t))$ and, therefore, $a_n\to0$ as $n\to\infty$.
Finally, for $k\ge0$, $S^kA$ is the sequence of coefficients in the power series expansion of $(1-z)^{-k}f(z)$. So, applying the same argument as above to $(1-z)^{-k}f(z)$ shows that $S^kA$ converges to 0.