How can we prove the following relation $$\frac{1}{e}\cosh(2x)=\sum_{n=0, 1, 2, ...}^\infty\frac{1}{(2n)!}H_{2n}(x)$$ where the $H_{2n}(x)$ is the even order Hermite polynomial?
I didn't get any clue by doing $$\frac{1}{e}\left(\frac{e^{2x}+e^{-2x}}{2}\right)=\sum_{n=0, 1, 2, ...}^\infty\frac{1}{(2n)!}H_{2n}(x)$$Thanks beforehand.
Here's a hint: $\cosh(2x)$ and $\sinh(2x)$ satisfy the ODE $y''(x)=4 y(x)$. Use the recurrence relation $H_{m}'(x)=2mH_{m-1}(x)$ and differentiate the series. If the series satisfies the same ODE, it is a linear multiple of $\sinh(2x)$ or $\cosh(2x)$. It is easy to show that it is indeed proportional to $\cosh(2x)$ using a simple parity argument. Then, all that is left is to show this proportionality constant is $1/e$. If you're still struggling after this hint, I'll add more. But give it a try first.