I am trying to approximate the expression $2^{n^2} (2^{-n};2)_n$, where $(2^{-n};2)_n$ the q-Pochhammer symbol. Actually, I need a formula for the asymptotics of the Pochhammer symbol and $2^{n^2}$ as $n \to \infty$. One such formula is provided about halfway down Wolfram's page:
$$(x)_n \sim \frac{2\pi}{\Gamma(x)} e^{-n}n^{x+n-\frac12}(1+O(\frac1n)) \qquad n \to \infty$$
but I am not sure if it is working for me. Any help?