I have been thinking about this limit:
$$\lim\limits_{n \rightarrow \infty}\frac{n}{\sqrt[n]{n!}} = e$$
Using a spreadsheet, I noticed that for $0 < n \le 150, \frac{n+1}{n} > \frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}}$.
The difference $\frac{n+1}{n} - \frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}}$ is strictly decreasing as $n$ increases.
I wondered if there exists an integer $k$ such that if $n \ge k$, then $\frac{n+1}{n} < \frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}}$
What would be a standard way to determine if $k$ exists? And if $k$ exists, what would be a standard way to determine $k$?
I suspect that there is a simple way to approach this question without using the gamma function. Am I right? Or does the determination of $k$ require using the gamma function?