Find the sum of the infinite series
$$ 1 + \frac{1+2}{2!} + \frac{1+2+2^2}{3!} +\frac{1+2+2^2+2^3}{4!}+... ....$$
What I have done let
$$ S = \underbrace{\frac{1}{1!}}_{\text{1st Term}} + \underbrace{\frac{1+2}{2!}}_{\text{2nd Term}} + \underbrace{\frac{1+2+2^2}{3!}}_{\text{3rd Term}} + \underbrace{\frac{1+2+2^2+2^3}{4!}}_{\text{4th Term}} +... ....$$
I can see the denominator can be written as such but I'm not sure how to manipulate the numerator?
$$ S = \sum^{\infty}_{n=1} \frac{\text{?}}{n!} $$