If I have a particular exponential generating function,
$$G(x)=\sum_{n=0}^\infty a_n\frac{x^n}{n!}$$
then what would be the generating function for
$$H(x)=\sum_{n=0}^\infty (n+1)a_n\frac{x^n}{n!}$$ in terms of $G(x)$? I know that I can change it to
$$H(x)=\sum_{n=0}^\infty na_n\frac{x^n}{n!}+\sum_{n=0}^\infty a_n\frac{x^n}{n!}=J(x)+G(x)$$
Now I know that $$G'(x)=\sum_{n=0}^\infty na_n\frac{x^{n-1}}{n!}$$ and so
$$H(x)=xG'(x)+G(x)$$
Is there a way to write $H$ without the derivative of $G$?
I would like $H$ as a function in terms of strictly $G$, and without a $G'$ term.
This will not be possible in general. Indeed, if you have both $H(x) = \Phi(x,G(x))$ and $H(x) = xG'(x) + G(x)$ for all $x$ (where $\Phi$ is a nice, regular function), then you can derive an expression of the form $\Phi(x, G(x)) = xG'(x) + G(x)$ for all $x$, i.e. a differential equation of the form $$G^\prime(x) = \Psi(x,G(x)).$$ (where $\Psi$ is regular/"smooth enough"). Along with $G(0)$ and $G^\prime(0)$ (i.e., only $a_0$ and $a_1$), this differential equation will then entirely characterize $G$ -- while you are hoping to get a general formula that works for any $G$ defined by its generating sequence $(a_n)_n$.