Consider the sequence $$ a_{n} = \sum_{r=1}^{n}\frac{1+2+\cdots +r}{r!} $$
Then we have, $$ a_{n} = \sum_{r=1}^{n}\frac{1}{r!} \ + 2\sum_{r=2}^{n}\frac{1}{r!} \ + 3\sum_{r=3}^{n}\frac{1}{r!} \ + \cdots + n\sum_{r=n}^{n}\frac{1}{r!} \ \geq \ 1 + \sum_{r=1}^{n}\frac{1}{r!}$$ for all $n \geq 2$.
$\implies \displaystyle \lim_{n \to \infty}a_{n} \ \geq \ e $
Now, in my book it says $\displaystyle \lim_{n \to \infty}a_{n} \ = \frac{3}{2}e $
How can I attack this problem? Anyone please?