Inspired by the limit
$$ \lim_{n\to \infty}\frac{\sqrt[n]{n!}}{n} = e^{-1} $$
and using desmos.com, I plotted the function
$$ f(x)=\frac{\sqrt[x]{\Gamma(x+1)}}{x}-\frac{1}{e} $$
and obtained the result bellow.
Don't know why, but I had the feeling that the integral
$$ \int_{0}^{\infty}\left(\frac{\sqrt[x]{\Gamma(x+1)}}{x}-\frac{1}{e}\right)dx $$
would converge. Then I used Wolfram to test it. Here's it's solution:
Using desmos.com, I started to test some values for the fraction $\frac{\sqrt[n]{n!}}{n}$ and for values greater than $n=169$, the computer can't solve, but I know that that the value will converge to $e^{-1}$, so large values of $n$ shouldn't be a problem. So the problem is the computer, which makes me think that Wolfram suffer the same type of issue.
So, is there an analytic way to prove that the integral converges? Does the integral have a closed form? If it does not converge, how can I prove it?
Thank you in advance.


As $x\to\infty$, the integrand behaves like (using Sterling’s formula) $$\frac{\left(\sqrt{2\pi x} (x/e)^x \right)^{1/x} }{x} -\frac 1e \\ = \frac{(2\pi x)^{\frac{1}{2x}} -1}{e} \\ = \frac{e^{\frac{\ln (2\pi x)}{2x}} -1}{e} \\ \approx \frac{\ln (2\pi x)}{2ex} $$
Evidently $\int_1^{\infty} \frac{\ln (2\pi x)}{2ex} dx$ diverges, so also the original integral.