I have $Z \sim \operatorname{po}(1)$, and must find $E(e^{Z})$.
My method was as follows. I know that for a function $p$ with support $\{x_i \mid i \in I\}$:
$$E(g(X)) = \sum_{i\in I} g(x_i)\cdot p(x_i) $$
So I plop my transformed variable in, and I get the following:
$$E(e^Z) = \sum_{i=0}^\infty e^i \cdot p(z_i)$$
And the poisson probability mass function:
$$E(e^Z) = \sum_{i=0}^\infty e^i \cdot e^\lambda \cdot \frac{\lambda^i}{i!}$$
And I'm not sure how to proceed from here... I took a sneak peak on wolfram, and saw that this sum converges on $e^{(e-1)\cdot \lambda}$, and since our lambda parameter is $1$, $e^{(e-1)}$. But I'm not sure how can, in hand, reach this result.