I'm interested in how to use a Poisson distribution to evaluate $\sum\limits_{x=0}^\infty \frac{(x^2-x+1)(2^x)}{x!}$
I see that this is similar to the general pmf form of $\frac{2^{x}}{x!}$. My strategy is to simplify the summation such that it equals $1$, which is the total probability. To do this, inside the summation I multiply by $e^{-2}$ and outside by $e^2$. In this case the only thing left after the summation is the $e^2$, which is the answer.
When the $x^2-x+1$ is introduced, I don't see a way to remove it from the summation. I'm wondering if there is a different method for solving this, as I can't see any way to make the summation equal $1$.