I've got a basic problem here with deriving the poisson distribution, where in part this summation is needed to show the expectation of the distribution is a parameter of the distribution's function, but while I can see from the derivation that this is the end result, I cannot see how it would be.
$$\sum_{x=0}^{\infty }{\frac{a^{x}}{x!}\; =\; e^{a}}$$
If I expand this, I get:
$$\lim_{n \to \infty} \frac{a^{0}}{0!}+\frac{a^{1}}{1!}+\frac{a^{2}}{2!}+...+\frac{a^{n}}{n!}$$
...but I'm not seeing it beyond this. Any pointers?