I am interested in solving a definite double integral of the following form:
\begin{align} f(a,b) &= \int_0^\infty \exp\Big(\frac{-x^2}{2a}\Big)\int_{x}^{\infty} \exp\Big(\frac{-y^2}{2b}\Big) dydx\\ &= \int_0^\infty \exp\Big(\frac{-x^2}{2a}\Big)\text{erfc}\Big(\frac{x}{\sqrt{2b}}\Big)dx, \end{align}
for $a,b>0$, where erfc is the complementary error function. One potential way to go would be to use a power-series expansion (e.g., see answer by robjohn to this question or this paper), but I'm finding that a bit difficult to follow. I'm wondering if anybody has any ideas about ways to get an approximate answer. For now, I'm just trying to see if I can fit the numerical solution with a function of $a$ and $b$.