0

calculus.
Is $\sum_{n=2}^\infty \frac{n!}{(n-1)^n}$ convergent?

i tried ratio test and can't continue. I also tried the root test.

1 Answers1

2

Ratio test: $$\lim_{n\to\infty}\dfrac{(n+1)!}{n^{n+1}}\cdot\dfrac{(n-1)^n}{n!}=\lim_{n\to\infty}\dfrac{n+1}{n}\cdot\left(\dfrac{n-1}{n}\right)^n=\lim_{n\to\infty}\left(1-\frac{1}{n}\right)^n=e^{-1}<1$$

user12345
  • 2,149
  • did you just assume that the 1+1/n would be 0 at infinity so you didn't put it in the last limit? – Allen Zheng May 10 '17 at 00:07
  • No! You can not do that because the exponent is not a constant. This is a well-known type of limit. Here is a link for you to check out: https://math.stackexchange.com/questions/358830/about-lim-left1-frac-xn-rightn and especially: https://math.stackexchange.com/questions/370125/why-isnt-lim-limits-x-to-infty-left1-frac1x-rightx-equal-to-1?rq=1 – user12345 May 10 '17 at 00:10