How can I compute this limit: $\lim_{n \to \infty} \frac{n!}{n^n}$. I have tried taking the n-th root but then I have problem managing the factorial. Thanks to everyone who will help!
2026-04-23 06:35:42.1776926142
Limit $\lim_{n \to \infty} \frac{n!}{n^n}$
91 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
HINT
By ratio test
$$\frac{(n+1)!}{(n+1)^{n+1}}\frac{n^n}{n!} =\frac{1}{\left(1+\frac1n\right)^n}$$
and recall that $\left(1+\frac1n\right)^n\to e$.