$$\int_{-\infty}^\infty\exp\left(-\frac{(x^2-13x-1)^2}{611x^2}\right)\ dx$$
WolframAlpha gives a numerical answer of $43.8122$, which appears to be $\sqrt{611\pi}$. And playing with that, it seems that replacing $611$ with $a$ just gives $\sqrt{a\pi}$. My trouble is that the stuff in the exponential always seems to be just a big mess, and I haven't been able to get it into a form I can understand or deal with.
I would greatly appreciate seeing a method for solving this integral.
Let $\displaystyle\;u(x) = \frac{x^2-13x-1}{x}\;$. As $x$ varies over $\mathbb{R}$, we have
This means as $x$ varies, $u(x)$ covered $(-\infty,\infty)$ twice.
Let $x_1(u) < 0$ and $x_2(u) > 0$ be the two roots of the equation for a given $u$:
$$u = u(x) = \frac{x^2-13x-1}{x} \quad\iff\quad x^2 - (13+u)x - 1 = 0$$ we have $$x_1(u) + x_2(u) = 13 + u \quad\implies\quad \frac{dx_1}{du} + \frac{dx_2}{du} = 1. $$ From this, we find
$$\begin{align} \int_{-\infty}^\infty e^{-u(x)^2/611} dx &= \left( \int_{-\infty}^{0^{-}} + \int_{0^{+}}^{+\infty}\right) e^{-u(x)^2/611} dx\\ &= \int_{-\infty}^{\infty} e^{-u^2/611}\left(\frac{dx_1}{du} + \frac{dx_2}{du}\right) du\\ &= \int_{-\infty}^{\infty} e^{-u^2/611} du\\ &= \sqrt{611\pi} \end{align} $$