Problem statement:
Let $X$ be a discrete random variable. Given that $E(X) = 0$, $E(X^2) = 2$ and $E(X^4) = 4$, find the moment-generating function (MGF) for $X$.
Now I know that the general formula for the MGF is $M_X(t) = \sum_{i = 0}^{\infty} E(X^i)\frac{t^i}{i!}$. However, I am provided with only three moment values, not a general formula. Perhaps, the fact that $X$ is discrete is an important clue.
How do I proceed with this problem?