For every natural number $n$, let $$ x_n \colon= \frac{ \sqrt[n]{n!} }{ n }. $$ Then does the sequence $\left( x_n \right)_{n \in \mathbb{N} }$ converge or diverge? And, how to find the limit?
My Attempt:
We find that, for any $n \in \mathbb{N}$, $$ \frac{ x_{n+1} }{ x_n } = \frac{ \frac{ \sqrt[n+1]{ (n+1)!} }{ n + 1 } }{ \frac{ \sqrt[n]{n!} }{ n } } = \frac{ \left( n! \right)^{ \frac{1}{n+1} - \frac{1}{n} } }{ 1 + \frac{1}{n} } \sqrt[n+1]{n+1} = . . . $$
What next? I was hoping to be able to apply the so-called "ratio" test for sequences, but there seems to be no such possibility available.