I am looking for some help with the following question. How do I prove that the series $\displaystyle \sum_{n=1}^{\infty} \frac{n}{(n+1)!}$ converges, and then how would I find its sum?
I see that this series $a_n$ converges if the sequence of partial sums $s_n$ converges.
So $s_n = \frac{1}{2} + \frac{1}{3} + \frac{1}{8} + \frac{1}{30}+... + \frac{n}{(n+1)!}$
I see that $\lim\limits_{n\to\infty}\frac{n}{(n+1)!}= 0 $ as $(n+1)!$ approaches infinity faster than $n$
Applying the ratio test (disregarding the absolute values as every term in the series is $>0$) we have
\begin{align} \lim\limits_{n\rightarrow\infty}\frac{a_{n+1}}{a_n}&=\lim\limits_{n\rightarrow\infty}\frac{\frac{n+1}{(n+2)!}}{\frac{n}{(n+1)!}}\\ &=\lim\limits_{n\rightarrow\infty}\frac{n+1}{n}\frac{(n+1)!}{(n+2)!}\\ &=\lim\limits_{n\rightarrow\infty}\frac{n+1}{n(n+2)}\\ &= 0 \end{align}
Since this quantity is smaller than $1$, the series converges.