I was inspired by a question that seeked to find a generating function for the sum of powers.
We set $s(n,p)=\sum_{k=0}^n k^p$, now we are looking for $G(x,p)= \sum_{n=0}^{\infty}s(n,p)x^n$.
Consider $\frac{\partial^p}{\partial y^p} e^{ky}|_0=k^p$ and sum over $k$ to $n$ to obtain.
$$\sum_{k=0}^n k^p=\sum_{k=0}^n \frac{\partial^p}{\partial y^p} e^{ky}|_0=\frac{\partial^p}{\partial y^p} \sum_{k=0}^ne^{ky}|_0=\frac{\partial^p}{\partial y^p} \frac {e^{(n+1)y}-1}{e^y-1}|_0=s(n,p)$$
Now plug into $G(x,p)$ to get:
$$\begin{align}\sum_{n=0}^{\infty}\frac{\partial^p}{\partial y^p} \frac {e^{(n+1)y}-1}{e^y-1}|_0x^n & =\frac{\partial^p}{\partial y^p} \sum_{n=0}^{\infty}\frac {e^{(n+1)y}-1}{e^y-1}x^n|_0 \\ &= \frac{\partial^p}{\partial y^p} \left((e^y-1)^{-1}\left(\sum_{n=0}^{\infty}e^{(n+1)y}x^n-\frac {1}{1-x}\right)\right)|_0 \\ & =\frac{\partial^p}{\partial y^p} \left((e^y-1)^{-1}\left(\frac {e^y}{1-xe^y}-\frac {1}{1-x}\right)\right)|_0\\ & = \frac{\partial^p}{\partial y^p} \frac{1}{(1-xe^y)(1-x)}|_0\end{align}$$
The general expression for the derivative is:$$\frac{\partial^p}{\partial y^p} \frac{1}{(1-xe^y)}=\frac{xe^yA_p(xe^y)}{(1-xe^y)^{p+1}}$$
Where $A_p(x)$ is the $p$th Eulerian Polynomial. This gives an expression for $G(x,p)$, namely:
$$G(x,p)=\frac {xA_p(x)}{(1-x)^{2+p}}$$
Is this correct? Can I justify pulling the partial out of the sum, or pulling the $x$ terms into the partial and then the partial out of the sum?
This process seems natural to me, but I am not sure whether it is rigorous, where would rigor problems arise?
2026-02-23 03:00:59.1771815659
Is my use of derivatives correct in this infinite sum?
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Hint: A wonderful classic which extensively describes formal power series is volume 1 of Applied and Computational Complex Analysis by P. Henrici.