If $Z$ is a variable that distributes by Poisson, with Expected value, $E(Z) = 2.5$. I need to solve: $E[Z(Z-1)(Z-2)(Z-3)]$
So What I thought to do is first: $E[(Z^2-Z)(Z^2-2Z)(Z^2-3Z)]$ $[E(Z^2)-E(Z)][E(Z^2)-2E(Z)][E(Z^2)-3E(Z)]$
From here I'm not sure how can I insert the $E(Z) = 2.5$ if what I get in the end is $E(Z^2)$
The Poisson distribution has probability generating function $G_Z(t):=E(t^Z)=\sum_{k\ge0}e^{-\lambda}\frac{(t\lambda)^k}{k!}=e^{\lambda(t-1)}$. Differentiating $4$ times,$$E(Z(Z-1)(Z-2)(Z-3)t^{Z-4})=G_Z^{(4)}(t)=\lambda^4e^{\lambda(t-1)}.$$Set $t=1$ so $E(Z(Z-1)(Z-2)(Z-3))=\lambda^4=39.0625$.