Recently I found (somewhere on math.se) a nice proof for $\sum_{n=0}^\infty \frac{n}{2^n} = 2$ and thought “oh, that‘s surprising, as also $\sum_{n=0}^\infty \frac{1}{2^n} = 2$ and it ‘feels like’ the first series should be greater than the later one.” However the surprise did not last very long, as I noticed the first summand of the first series is zero. So basically one has $\sum_{n=1}^\infty \frac{n}{2^n} = 2 > 1 = \sum_{n=1}^\infty \frac{1}{2^n}$, which is less surprising.
So I asked myself whether there exists a series $\sum_{n=1}^\infty a_n$ with
- $\sum_{n=1}^\infty a_n = \sum_{n=1}^\infty n a_n$
- $a_n \gt 0$ for $n \in \mathbb{N}$ (ie. no $0 = 0$ tricks)
- both series converge (ie. no $\infty = \infty$ tricks)
I tried $a_n = \frac{1}{n!}$, but then $\sum_{n=1}^\infty a_n = e-1 \lt e = \sum_{n=1}^\infty n a_n$ (interestingly, the difference is $1$ again!) and then I failed to find an example (or a proof that this is impossible).
Does such a series exist?