Can anyone show me how to derive this summation for the value of the $n$th derivative at $x=0$ for this function:
$\frac{d}{dx^n}(\exp({\frac{x^2}{2}+x}))$ is this sum:
$\frac{d}{dx^n}(\exp({\frac{x^2}{2}+x})) =$ $\sum\limits_{k=0}^{\lfloor{\frac{n}{2}\rfloor}} \frac{1}{2^kx^{2k}k!(-2k+n)!}$
Define $f(x) = e^{x^2/2}$ and $g(x) = e^x$. Then $$(fg)^{(n)}(0) = \sum_{k=0}^n \binom{n}{k} f^{(k)}(0) g^{(n-k)}(0)$$ by the extended product rule. Now $$f(x) = \sum_{k=0}^\infty \frac{(x^2/2)^k}{k!}, \quad g(x) = \sum_{k=0}^\infty \frac{x^k}{k!},$$ and by Taylor's theorem it follows that $$f^{(k)}(0) = \begin{cases}0, & k \text{ odd}, \newline \frac{k!}{2^{k/2} (k/2)!}, & k \text{ even}.\end{cases}$$ We also have of course $g^{(n-k)}(0) = 1$. Then $$(fg)^{(n)}(0) = \sum_{k=0}^{\lfloor n/2 \rfloor} \binom{n}{2k} \frac{(2k)!}{2^k k!} = \sum_{k=0}^{\lfloor n/2 \rfloor} \frac{n!}{k!(n-2k)!2^k}.$$