I am trying to express the power series $x + x^4/4! + x^7/7! + \cdots$ in closed form;
I have already worked out the power series $1 + x^3/3! + x^6/6! + \cdots$ to be $(e^x + e^{x(2\pi i/3)} + e^{x(2\pi i/3)^2})/3$ using the roots of unity and the series for $e^x$ to get there, and I think I need to somehow "cycle" through to get to my desired closed form but I am not sure how to go about doing this.
Thanks!
Not so, with $\omega = e^{2 \pi i / 3}$ the correct expression is $\,\frac{1}{3}(e^x + e^{\omega x} + e^{\omega^2 x}) = 1 + x^3/3! \,+ x^6/6! \,+ \,\cdots\,$
Then you can take the same idea to the next step. Hint:
$\,\frac{1}{3}(e^x + \omega e^{\omega x} + \omega^2 e^{\omega^2 x}) = x^2/2! \,+ x^5/5! \,+ x^8/8! \,+\,\cdots\,$
$\,\frac{1}{3}(e^x + \omega^2 e^{\omega x} + \omega e^{\omega^2 x}) = x \,+ x^4/4! \,+ x^7/7! \,+ \,\cdots\,$