I have got a problem which is to prove the following for all positive integers $n\ge 2$ :
$$\lim_{n\to \infty}{\frac{(n!)^{1\over n}}{n}}=\frac{1}{e}$$
by using $$\int_{1}^{n}{\ln{x}}dx<\sum_{r=2}^{n}{\ln{r}}<\int_{1}^{n}{\ln{x}}dx+\ln{n}$$
I know that $$\ln\frac{(n!)^{1\over n}}{n}=\frac{1}{n}\sum_{r=2}^{n}{\ln{r}}-\ln{n}$$Then
$$\frac{1}{n}\int_{1}^{n}{\ln{x}}dx-\ln{n}<\frac{1}{n}\sum_{r=2}^{n}{\ln{r}}-\ln{n}<\frac{1}{n}\int_{1}^{n}{\ln{x}}dx$$
Then I know the limit as $n\to \infty$ of $\frac{1}{n}\int_{1}^{n}{\ln{x}}dx-\ln{n}=-1$.
But I dont know how to continue because the right side of the inequality tends to infinity as n tends to infinity. Any help is appreciated. Thanks!