Please provide a clue on how to solve the following problem:
Find a closed form for the generating function for the sequence $\{a_n\}$, where $$a_n = \frac1{(n+1)!}$$ for $n=0,1,2,\ldots$
I know this looks like $$e^x = \frac{1}{k!} = \sum_{k=0}^{\infty} \frac{x^k}{k!}$$ and I can start from this but I do not know how to proceed.
Is the following procedure valid? If not, what is wrong and why?
$$e^x = \frac{1}{k!} = \frac{x^0}{0!} + \sum_{k=0}^{\infty} \frac{x^{k+1}}{(k+1)!} = 1 + \sum_{k=0}^{\infty} \frac{x^{k+1}}{(k+1)!} = 1 + \frac{1}{(k+1)!}$$
So, finally we have
$$e^x = 1 + \frac{1}{(k+1)!}$$
Therefore, $$\frac{1}{(k+1)!} = e^x - 1$$
I will very much appreciate your feedback.
$$e=\sum_{n=0}^{\infty }\frac{1}{n!}=1+\sum_{n=1}^{\infty }\frac{1}{(n)!}=1+\sum_{n=0}^{\infty }\frac{1}{(n+1)!}$$
hence $$\sum_{n=0}^{\infty }\frac{1}{(n+1)!}=e-1$$