Let X be a poisson distributed variable with parameter $\lambda$, what is $E[2^{-x}]$?
I know it should equal to
$\sum_{i=0}^\infty p(\frac{1}{2^x}=i)i$
but how do I calculate this sum?
If I isolate X in $1/2^x$, I get $p(x=log_{\frac{1}{2}}i)$ and then
$E[2^{-x}]=\sum_{i=0}^\infty i * \frac{e^{-\lambda}\lambda^{log_{1/2}i}}{(log_{1/2}i)!} = e^{-\lambda}\sum_{i=0}^\infty i * \frac{\lambda^{log_{1/2}i}}{(log_{1/2}i)!}$
But because of the 'i' in the sum I don't know how to solve this either.
Thanks in advance, and sorry if there were English mistakes.