For the purposes of this question let's consider the exponential function to be an infinite polynomial (the limit as $n$ goes to infinity of an $n$th degree polynomial). It stands to reason then that we might expect an infinite polynomial to have infinitely many roots, and this does hold for many other infinite series like the sine and cosine.
Let us define: $$\exp_n(x) = \sum_{k=0}^n \frac{x^k}{k!}$$ so that we have $\exp(x) = \exp_{\infty}(x)$.
All $\exp_n(x)$ for finite $n$ are $n$th-degree polynomials with $n$-complex roots, so let us write: $$\exp_n(x) = \frac{1}{n!} \prod_{i=1}^n (x-r_i)$$
My question is this: as $n$ $\to$ $\infty$, what happens to these $r_i$? Numerically I have determined that only odd $n$ have real roots, and as we take the odd partial sums of the exponential function, the real root gets closer and closer to $-\infty$, which concurs with what I expect. But how do we account for the multiplicities? Do all complex roots of the partial sums go to $-\infty$, and if so, how can we show that (bonus points for a visualization if possible)?