I stumpled upon the equation
$$\sum_{k=1}^\infty \frac{k^2}{k!} = 2\mathrm{e}$$
and was just curious how to deduce the right hand side of the eqution - which identities could be of use here? Trying to simplify the partial sums to deduce the value of the series itself didn't help too much thus far.
Edit:
The only obvious transformation is $$\sum_{k=1}^\infty \frac{k^2}{k!} = \sum_{k=0}^\infty \frac{k+1}{k!}$$ but there was nothing more I came up with.
The most obvious way is to look at a function that gets that value at some $x$.
Start with $e^x=\sum_{k=0}^\infty \frac{x^k}{k!}$. Then try differentiating over $x$ to get those $k$ at the right places.
In particular... differentiating once gives you $$e^x=\sum_{k=1}^\infty k\frac{x^{k-1}}{k!}$$ To get another $k$, multiply by $x$... $$x e^x=\sum_{k=1}^\infty k\frac{x^k}{k!}$$ and differentiate again $$(x e^x)'=(x+1)e^x=\sum_{k=1}^\infty k^2\frac{x^{k-1}}{k!}$$ Now plug in $1$ and you're done.