I just came across an exercise, however I don't know how to find the limit of $$\lim_{n \to \infty} \frac{2^n}{n!}$$ can any body help? Of course this is not homework, I'm only trying out example myself, from https://people.math.osu.edu/fowler.291/sequences-and-series.pdf page 38.
I know that the limit exists, and it is $0$, checked it in on the wolfram, but I don't know how to solve it.
thanks in advance!
$$a_n:=\frac{2^n}{n!}\implies \frac{a_{n+1}}{a_n}=\frac{2^{n+1}}{(n+1)!}\frac{n!}{2^n}=\frac2{n+1}\xrightarrow[n\to\infty]{}0\implies$$
the infinite series
$$\sum_{n=1}^\infty a_n\;\;\;\text{converges}\;\;\implies\;\;a_n\xrightarrow[n\to\infty]{}0$$