I try to solve an integral of the following form:
$$ \int_{-\infty}^\infty e^{-x^2} \, e^{-e^{-x^2}} dx $$
Intuitively, the first term, $e^{-x^2}$, is related to the pdf of a standard-normal distribution, while the second term, $e^{-e^{-x^2}}$, is related to the pdf of a Gumbel-distribution (except for the square).
From plotting the function, it seems that the integral should be well defined, but I cannot find a solution yet. Any hint on how to solve this is highly appreciated.
I'd be surprised if there was a closed form for that integral. However, you can approximate it via the following series expansion: $$\begin{split} I &= \int_{\mathbb R} e^{-x^2}e^{-e^{-x^2}}dx\\ &= \int_{\mathbb R} e^{-x^2} \left( \sum_{n\geq 0} \frac{(-1)^n}{n!}e^{-nx^2}\right)dx\\ &= \sum_{n\geq 0} \frac{(-1)^n}{n!} \int_{\mathbb R}e^{-(n+1)x^2}dx\\ &= \sum_{n\geq 0} \frac{(-1)^n}{n!} \sqrt{\frac{\pi}{n+1}} \end{split}$$