While doing a problem I encountered this summation
$$\sum _{n=1}^{\infty }\:\frac{n^2}{n!}=2e.$$
I used
$$\sum _{n=0}^{\infty }\:\frac{n}{n!}=e$$
and
$$\sum _{n=0}^{\infty }\:\frac{(n-1)^2}{n!}=e$$
these summations to obtain its value. Is there any more general way to do the problem, therefore a general solution for $\sum _{n=0}^{\infty }\:\frac{n^a}{n!}$ for any $ a \geq 1$?
After some playing around, I saw that it is connected to the Bell numbers. That wikipedia article also includes your sum: $$\frac{1}{e}\sum_{n=0}^\infty \frac{n^a}{n!} = B_a$$ where $B_a$ is the $a$-th Bell number. This equation is called Dobiński's formula. Take a look at its wikipedia page. The proof is not very easy.