I am sorry for the bad heading. It was difficult to find it. What I am trying to calculate is the expectation value of (bias corrected) variance over mean squared for 2 random number drawn from the same normal distribution.
From a simple Monte-Carlo simulation I am pretty sure the solution should be:
$$<A> = \frac{\sigma ^2}{\mu ^2} $$
However, I did not find a proof online and was not able to calculate it myself. To find the expectation value one has to solve the integral
$$<A> = \frac{1}{2\pi \sigma ^2} \int \text{d}x_1\int \text d x_2 \frac{(x_1-x_2)^2}{(x_1+x_2)^2}\exp{\left(-\frac{(x_1-\mu ^2)}{2\sigma ^2}\right)}\exp{\left(-\frac{(x_2-\mu ^2)}{2\sigma ^2}\right)}$$
The beginning is pretty easy. I tried the substitution $$a=x_1-x^2\\b=x_1+x_2$$ to split the integral to $$<A> = \frac{1}{4\pi \sigma ^2} \exp(-\frac{\mu^2}{\sigma^2})\int \text{d}a~a^2 \exp{\left(-\frac{a^2}{4\sigma ^2} \right)} \int \text d b~b^{-2} exp{\left(-\frac{b^2-4b\mu}{4\sigma ^2}\right)}$$ While the first integral is not very complicated, the second is more problematic. There is a pole at $b=0$ but since, the Gaussian diverges for many points on the infinite circle, I cannot use the residue theorem. I was not able to find an antiderivative and I lack of plan C.
In order to get a nicer integral I tried to substitute $c = b+2\mu$ to get $$<A> = \frac{16 \sigma}{\sqrt{\pi}} \int \text d x~(x+2\mu)^{-2} exp{\left(-\frac{x^2}{4\sigma ^2}\right)}$$
I would be glad about every help
Edit:
I do not longer think, that my expected result is true. This should only be the limit for $|\mu|>>\sigma$