Good day to everyone. So, basically, it's no big deal that factorial grows faster than $2^n$, that's quite obvious, but I need to prove it, and that's where the problem begins.
I've tried some standard ways — no result. Stirling's approximation — no result. I tend to think that I either don't know something minor yet helpful or do something wrong. Help me, please:з
Put $p_n=2^n/n!$ and notice that $$ \frac{p_{n+1}}{p_n}=\frac{\frac{2^{n+1}}{(n+1)!}}{\frac{2^n}{n!}} = \frac{2}{n+1} \to 0. $$ Hence the series $\sum_n p_n$ converges, and therefore $\lim_n p_n =0$.