I need help proving the following:
Let $X$ be normally distributed with parameters $\sigma=0$ and $\mu=1$. Let $n$ be a positive integer. Show that:
$$E(X^{2n})=\frac{(2n)!}{2^nn!}=:(2n-1)!!$$
I've tried the change of variables $Y=X^2$ and then calculating the integral, but got nowhere. Any hints?
Thanks in advance!
$$\int_{-\infty}^{\infty}x^{2n}e^{-\frac{1}{2}x^{2}}dx=2\int_{0}^{\infty}x^{2n}e^{-\frac{1}{2}x^{2}}dx=-2\int_{0}^{\infty} x^{2n-1}de^{-\frac{1}{2}x^{2}}=$$$$2\int_{0}^{\infty}e^{-\frac{1}{2}x^{2}}dx^{2n-1}-2\left[x^{2n-1}e^{-\frac{1}{2}x^{2}}\right]_{0}^{\infty}=2\left(2n-1\right)\int_{0}^{\infty}x^{2n-2}e^{-\frac{1}{2}x^{2}}dx$$