Let $C_n$ denote the $n$th Catalan number. Prove that $\lim\limits_{n\to\infty} \dfrac{C_n}{4^n} = 0.$
I know that polynomials generally grow more slowly than exponential functions, so if $P(n)$ is a polynomial in $n$ of finite degree, then $\lim\limits_{n\to \infty} \dfrac{P(n)}{4^n} = 0.$ I also know that $C_n = \dfrac{1}{n+1} {2n\choose n} = \cdot \dfrac{(2n)(2n-1)\cdots (n+1)}{(n+1)! },$ which can be simplified further by using the fact that for even $n$, $2^{n/2+1}(n+1)n(n-1)\cdots (n/2) = (n+1)(2n)(2n-2)\cdots n$ and a similar expression can be derived for odd $n$. However, I'm not sure how to continue from here. Clearly, I cannot get a product of finitely many $n$'s; the number of $n$'s multiplied varies arbitrarily.