I am stuck at one problem. So I have to check if sequence is convergent.
$$\frac{2^x}{x!}$$
My thinking was to calculate limit and if limit exists it's convergent, but I am struggling with this:
$$\lim_{x \to \infty} \frac{2^x}{x!} = ?$$
I can't do it with L'Hopital's rule or with logarithm. Does that mean that this sequence is divergent?
You could note that for $n\ge 4$ you have $$\frac{2^n}{n!} = \frac2n \frac{2^{n-1}}{(n-1)!} \le \frac12 \frac{2^{n-1}}{(n-1)!}.$$ Thus by induction you get that for the $n$-th term $$\frac{2^n}{n!}\le \frac{1}{2^{n-3}} \frac{2^3}{3!}=2^{-n} \ 64/6.$$ And, I assume you can finish this.