This is based on exercise 3.2.4 of D. J. H. Garling's A Course in Mathematical Analysis. Let $a \in \mathbb{N}$ be a fixed number and consider the sequence $(\frac{n^a}{2^n})_{n \in \mathbb{N}}$ (the exercise in Garling uses $a=10^6$). Does this sequence converge?
Heuristically, it seems to me clear that it does. Although $a$ may be very large, the sequence in the denominator grows faster than the one in the numerator, so that at some point for $n > a$, we will have a decreasing sequence. However, I've been unable so far to formalize this intuition in a rigorous argument. Can someone give me a hint, here?