Usually when we have a sum that depends on the power of a real number, we write the null power as $1$. For example, the series
$$e^x = \sum_{k=0}^{\inf} \frac {x^k} {k!}$$
However, this doesn't work for zero, since $e^0 = 1$ but the series should be $0 + 0 +0$...
Shouldn't we, in this cases, write these sums/series by removing the $k=0$ term? Like this: $e^x = 1 + \sum_{k=1}^{\inf} \frac {x^k} {k!}$
Or do we just do a parted function a define a different formula when x=0?