What method should I use for this limit? $$ \lim_{n\to \infty}{\frac{n^{n-1}}{n!}} $$
I tried ratio test but I ended with the ugly answer $$\lim_{n\to \infty}\frac{(n+1)^{n-1}}{n^{n-1}} $$ which would go to 1? Which means we cannot use ratio test. I do not know how else I could find this limit.
You could try to use the Stirling formel which states that for large n $$n! \sim \sqrt{2\pi n} (\frac{n}{e})^n$$
So you would get : $$\frac{n^{n-1}}{n!} \sim n^{n-1}(\frac{e}{n})^n (2\pi n)^{-\frac{1}{2}}$$ $$ \sim \frac{1}{\sqrt{2\pi}n^{\frac{3}{2}}} e^n \rightarrow \infty$$ Thus the sequence diverges.