I have encountered the ratio of the product of the first n odd numbers to the product of the first n even numbers and want to chart its ultimate convergence to zero. If a white noise signal is passed through a cascade of $n$ linear filters, then this ratio is the factor by which the variance of the signal is reduced by the combined action of those $n$ filters. I am, therefore, interested in the rate at which the expression converges such that I can determine the effectiveness of adding more filters.
Of course, doing so requires very large numbers for the numerator and denominator that exceed computing capacity. Is there a way to approximate the terms of $$\frac{\left(2n\right)!}{\left(2^nn!\right)^2}$$ for successive n as n becomes large?
Stirling's approximation gives the following asymptotic for the central binomial coefficient: $$ {2n \choose n} \sim \frac{4^n}{\sqrt{\pi n}}\text{ as }n\rightarrow\infty $$ Therefore, $$ \frac{\left(2n\right)!}{\left(2^nn!\right)^2} = \frac{1}{4^n}{2n \choose n} \sim \frac{1}{\sqrt{\pi n}} $$