Question
Let $X$ be Poisson with parameter $\lambda$. Compute the mean of $(1 + X)^{-1}$. (Introduction to Probability Theory, Hoel, pp. 104)
Answer Key
The answer key shows that the mean is $\lambda^{-1}(1 - e^{-\lambda})$
My Solution
$$E(1 + X)^{-1} = \sum\limits_{j = 1}^\infty (1 + j)^{-1} \dfrac{\lambda^{(1 + j)^{-1}}e^{-\lambda}}{(1 + j)^{-1}!}$$ $$= e^{-\lambda} \sum\limits_{j = 1}^\infty \dfrac{\lambda^{(1 + j)^{-1}}}{((1 + j)^{-1} - 1)!}$$ $$= \lambda^{-1} e^{-\lambda} \sum\limits_{j = 1}^\infty \dfrac{\lambda^{(1 + j)^{-1} - 1}}{((1 + j)^{-1} - 1)!}$$ $$= \lambda^{-1} e^{-\lambda}(e^{\lambda} - 1)$$ $$= \lambda^{-1}(1 - e^{-\lambda})$$
EDIT: I found why I got the answer incorrect. Thanks for those who answer the question! :)