$$\int_{-\infty}^{\infty}e^{-(x-\pi)^2\over \pi}dx=\pi$$
$$\int_{-\infty}^{\infty}xe^{-(x-\pi)^2\over \pi}dx=\pi\left({0\over 2}+\pi\right)$$
$$\int_{-\infty}^{\infty}x^2e^{-(x-\pi)^2\over \pi}dx=\pi^2\left({1\over 2}+\pi\right)$$
$$\int_{-\infty}^{\infty}x^3e^{-(x-\pi)^2\over \pi}dx=\pi^3\left({3\over 2}+\pi\right)$$
What is the general formula for this integral
$$I=\int_{-\infty}^{\infty}x^ne^{-(x-\pi)^2\over \pi}dx=F(n)?$$
Let try an apply integration by parts
$u=x^n$ then $du=nx^{n-1}dx$
$dv=e^{{-1\over \pi}\left(x-\pi\right)^2}dx$ Then
$v=\int_{-\infty}^{\infty}e^{{-1\over \pi}\left(x-\pi\right)^2}dx=\pi$
$I=x^n\pi-n\pi\int_{-\infty}^{\infty}x^{n-1}dx$
$I=x^n\pi-n\pi[x^{\infty}-x^{-\infty}]$
This part seem meaningless, so integration by parts doesn't work.
If $X$ is a normal random variable with mean $\mu=\pi$ and variance $\sigma^2=\pi/2$, then $F(n)/\pi$ are the moments of $X$.
You can find formulae for the non-central moments here for example (see the table). Plugging in the values of $\mu$ and $\sigma$ above give the following values for $F(n)/\pi$. \begin{align} \pi && n=1\\ \pi^2 + \pi/2 && n=2\\ \pi^3 + 3\pi^2/2 && n=3\\ \pi^4 + 3 \pi^3 + 3 \pi^2/2 && n=4\\ &&\vdots \end{align}
A sketch of the derivation of the non-central moments as it applies to your problem appears below.
The hairy part is due to the non-central nature (the $x-\pi$ term in the exponent).
If we consider $Z$ being standard normal, then the moments are much easier to compute.
For $E[Z^n] = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty z^n e^{-z^2/2} \mathop{dz}$ for $n$ odd, one simply notes the integrand is odd, so the integral $\int_{-\infty}^0$ cancels with the integral $\int_0^\infty$ to yield $E[Z^n]=0$.
For $n$ even, one uses integration by parts and induction. \begin{align} \sqrt{2\pi}E[Z^n] &= \int_{-\infty}^\infty z^n e^{-z^2/2} \mathop{dz}\\ &= \left[-z^{n-1} e^{-z^2/2}\right]_{-\infty}^\infty + (n-1) \int_{-\infty}^\infty z^{n-2} e^{-z^2/2} \mathop{dz}\\ &= (n-1)\sqrt{2\pi} E[Z^{n-2}]. \end{align} With the base case $E[Z^0]=1$, we have $E[Z^n] = 1 \cdot 3 \cdot 5 \cdots (n-1) =: (n-1)!!$ for $n$ even.
Armed with the central moments $E[Z^n]$, we can move to the moments of $X$.
\begin{align} E[X^n] &= E[(\sqrt{\pi/2} \cdot Z+ \pi)^n]\\ &= \sum_{k=0}^n \binom{n}{k} \pi^{n-k/2} 2^{-k/2} E[Z^k]\\ &= \sum_{j=0}^{\lfloor n/2\rfloor} \binom{n}{2j} \pi^{n-j} 2^{-j} (2j-1)!! \end{align}