Sunday, January 20, 2019

calculus - What is the limit of the sequence n!/4^n?


I am trying to find the limit of the sequence by using root test and I don't understand why the limit is not zero? (the answer is inf).


Answer



By the root test:


lim sup


Hence the sequence diverges to infinity.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...