Now given the exponential generating function of the Hermite polynomial $$e^{ux-(1/2)u^2} = 1+\sum_{n=1}^\infty \dfrac{u^n}{n!}h_n(x),$$how do I derive the closed form formula of the Hermite polynomial $h_n(x)$ given by $$ h_n(x) = n!\sum_{m=0}^{\left\lfloor\dfrac{n}{2}\right\rfloor}\dfrac{(-1)^m}{m!(n-2m)!}\dfrac{x^{n-2m}}{2^m}. $$
My attempt is to use the exponential expansion of $e^{ux-(1/2)u^2} = 1+\sum_{n=1}^\infty \dfrac{(ux-1/2u^2)^n}{n!}$ and further use the binomial formula $$(ux-\dfrac{1}{2}u^2)^n = \sum_{k=0}^n\binom{n}{k}\left(\dfrac{-1}{2}\right)^{n-k}u^{2n-k}x^k, $$which turns the problem into changing the double summation $$e^{ux-(1/2)u^2} = 1+\sum_{n=1}^\infty \dfrac{1}{n!}\sum_{k=0}^n\binom{n}{k}\left(\dfrac{-1}{2}\right)^{n-k}u^{2n-k}x^k $$ into the double summation$$ e^{ux-(1/2)u^2} = 1 + \sum_{\ell=1}^\infty \dfrac{u^\ell}{\ell!}\ell!\sum_{m=0}^{\left\lfloor\dfrac{\ell}{2}\right\rfloor}\dfrac{(-1)^m}{m!(\ell-2m)!}\dfrac{x^{\ell-2m}}{2^m}, $$ I'm struggling on the last step, and hope that a detailed explanation can be given on how a change of index can work. Thanks.
It is a simple convolution: $$e^{ux}=\sum_{a\geq 0}\frac{x^a}{a!}u^a,\qquad e^{-u^2/2}=\sum_{b\geq 0}\frac{(-1)^b}{2^b b!} u^{2b} $$ hence the coefficient of $u^n$ in the product between $e^{ux}$ and $e^{-u^2/2}$ (i.e. $n!h_n(x)$) is given by
$$ \sum_{a+2b=n} \frac{x^a(-1)^b}{a!b! 2^b} = \sum_{b=0}^{\lfloor n/2\rfloor}\frac{x^{n-2b}(-1)^b}{b!(n-2b)!2^b}.$$