This is a bit embarrassing, but I'm struggling to evaluate this sum.
\begin{equation}\sum_{m=0}^{2k} \frac{x^{m}}{(2k-m)!}\end{equation}
The coefficients are nearly the binomial coefficients, but with an $m!$ missing. (The $(2k)!$ could just be added by hand).
Any pointers?
Consider the series in the following way: \begin{align} \sum_{m=0}^{2k} \frac{x^{m}}{(2k-m)!} &= \frac{x^{0}}{(2k)!} + \cdots + \frac{x^{2k-1}}{1!} + \frac{x^{2k}}{0!} \\ &= \sum_{m=0}^{2k} \frac{x^{2k-m}}{m!} \\ &= x^{2k} \, e_{2k}\left(\frac{1}{x}\right), \end{align} where the $e_{n}(x)$ is the finite exponential functions given by $$e_{n}(x) = \sum_{k=0}^{n} \frac{x^{k}}{k!}.$$