The power series $\displaystyle f_k(x)=\sum_{n=0}^\infty(-1)^n(n+1)^k x^n$ is of the form $$\frac{p_{k-1}(x)}{(1+x)^{k+1}}$$ where $p_{k-1}(x)$ is a degree $k-1$ polynomial satisfying the following conditions.
- $p_0(x)=1$
- $p_{k}(x)=p_{k-1}(x)+x(1+x)p_{k-1}'(x)-kxp_{k-1}(x)$
The second condition follows from termwise multiplication by $x$ and differentiation: $$f_{k+1}(x)=(xf_k(x))'.$$
The first few $p_k(x)$ are \begin{align*} p_1(x)&=1-x\\ p_2(x)&=1-4x+x^2\\ p_3(x)&=1-11x+11x^2-x^3\\ p_4(x)&=1-26x+66x^2-26x^3+x^4 \end{align*} One can see that the coefficients of $p_k(x)$ are alternating in sign and symmetric in magnitude.
Question: is there a closed-form formula for $p_k(x)$ (or its coefficients) for a general natural number $k$?
The question states
The (unsigned) polynomial cofficients appear in the OEIS sequence A008292.
Use Mathematica to sum the infinite series as
The general result is that $$ p_k(x) = -\text{Li}_{-k-1}( -x) $$ where $\,\text{Li}_n(x)\,$ is the polylogarithm function.
The answer to the question
is "yes" for $p_k(x)$ if you consider the polylogarithm or Eulerian polynomials closed-form.
Alternatively, the finite summation for the coefficients
$$ \sum_{j=0}^n -(-1)^{n-j} (n-j)^k {{k+1}\choose j} $$
could be considered closed-form because it is a finite sum, but that is just a matter of opinion.