Let the sequence $\{x_n, n=1,2,...\}$ be defined as follows: Let $x_2=x_1=1$ and for $n>2$ let $$x_{n+1}=x_n-\frac{1}{n}x_{n-1}.$$
This sequence, generated by the recursion above, tends to zero extremely fast. My guess is that
$$\sum_{i=1}^{\infty}x_i=e.$$
I came across this problem here on MSE while working on an infinite Markov chain related problem. The state transition probability matrix was given and the task was to find the stationary probabilities. The stationary probabilities could be generated by the recursion above but with an unknown $c=x_1=x_2$. I did some experiments with $c$ and the results lead me believe that $$c=e.$$
I would be surprised if this recursion was not known to somebody around here.