By splitting the Taylor series of an exponential $e^x$ into even and odd terms we obtain the hyperbolic trigonometric functions, $\cosh$ and $\sinh$, as discussed e.g. here.
What about splitting the series in different ways? In particular, we can think of the even-odd splitting as separating the indices in the different cosets of $\mathbb Z_2$. What if we do the same for other $\mathbb Z_n$?
For example, for $\mathbb Z_3$ we split into terms of the form $3n,3n+1, 3n+2$: $$e^x=\sum_{n=0}^\infty \frac{x^{3n}}{(3n)!} + \sum_{n=0}^\infty \frac{x^{3n+1}}{(3n+1)!} + \sum_{n=0}^\infty \frac{x^{3n+2}}{(3n+2)!}.$$ Do the corresponding terms correspond to well-known functions? Are there geometrical interpretations similar to the ones for the hyperbolic functions?
To be clear, I'm asking about possible interpretations/formulae for the general $n$ case, the $\mathbb Z_3$ was just an example to clarify what I meant.