Given $$ J_n\stackrel{\text{def}}{=}\int_{0}^{+\infty}x^{2n+1}e^{-x^2}\,dx $$ compute $J_0$, $J_1$ and find a recursion formula for $J_n$.
I have computed $J_0$ and $J_1$ but I am clueless about the recursion formula, may I ask for some help? By integration by parts I got $$ J_0 = \frac{1}{2},\qquad J_1 = \frac{1}{2}.$$
By setting $x=\sqrt{z}$ we have
$$ J_n = \frac{1}{2}\int_{0}^{+\infty} z^{n} e^{-z}\,dz = \frac{n!}{2} $$ due to the integral definition of the $\Gamma$ function. In particular
$$ J_{n+1} = (n+1)\,J_n$$ holds by integration by parts.