This is the question from my book.
Is the series $\Sigma^{\infty}_{n=1}\frac{n!}{n^n}$ convergent or divergent?
Actually I know the answer is convergent by plotting but I can't complete the proof.
This is my workings:
$$\lim_{n->\infty}\frac{U_{n+1}}{U_n}=p$$
$$p<1 (convergent) ,p>1(divergent)$$ $$=\frac{\frac{(n+1)!}{(n+1)^{n+1}}}{\frac{n!}{n^n}}$$ $$=\frac{(n+1)n!}{(n+1)^n(n+1)}.\frac{n^n}{n!}$$ $$=\frac{n^n}{(n+1)^n}$$ $$=\left(\frac{n}{n+1}\right)^n$$ This is where I am stuck. Where do I go from here?