I am looking for a closed form solution of the integral from $m$ products of identical normal distribution probability density functions (PDF's). The mean value $\bar{x}=0$ and $\sigma$ identical for all distributions. Giving:
$$p(m)=\int_{-\infty}^{\infty} \left[ {\frac {1}{\sigma {\sqrt {2\pi }}}}e^{-{\frac {1}{2}}\left({\frac {x}{\sigma }}\right)^{2}} \right]^m dx$$
Empirical with Wolfram Alpha [WA] after puzzling I found the following closed function:
$$p(m)= \frac{1}{\sqrt{m} \cdot (\sigma \sqrt{2 \pi})^{(m-1)} }$$
I am looking for proof of this expression. The question is related to: SE, this function fit's perfect my Monte Carlo simulations.