If I have a convergent monotonic series $\sum_{n \in \mathbb{N}}a_n = S < \infty$ then I now that the corresponding telescoping series $\sum_{n=0}^{\infty}(a_n-a_{n+1})$ converges too.
How can I demonstrate that another series
\begin{equation} \sum_{n=0}^{\infty}n(a_n-a_{n+1}) \end{equation}
converges and has the same limit as $\sum_{n=0}^{\infty} a_n$?
I tried with the method of differences but I end up with
\begin{align} \lim_{N\to \infty} \sum_{n=0}^{N}n(a_n-a_{n+1}) &= -\lim_{N\to \infty}Na_{N+1} + \lim_{N\to \infty} \sum_{n=0}^{N}a_n\\ &= S -\lim_{N\to \infty}Na_{N+1} \end{align}
$\lim_{N\to \infty}Na_{N+1}$ is now an indeterminate form $\infty \times 0$ and I have to show that it is equal to $0$.
Yes you're right the sequence is monotonic
Please edit this into the question, since that's essential information which you left out, and which changes the answer. – dxiv Nov 02 '16 at 21:31