The Taylor expansion of the square root $\sqrt{1-x}$ is
$$ \sum_{n=0}^{\infty} x^n (-1)^n \binom{1/2}{n} ,$$
the first terms being
$$ 1-\frac x 2 -\frac{x^2}{8}-\frac{x^3}{16}-\frac{5x^4}{128}-\ldots $$
Is there a general formula for the $n^{\rm th}$ denominator? It is obvious that it will be of the form $2^m$, but it is not obvious what $m$ should be.
A simple OEIS search for $\,1, 2, 8, 16, 128, 256\,$ turns up the OEIS sequence A046161 from which the comment
is applicable to your question with $k=1.$ A formula in the entry implies that $\, a(n) = 2^{b(n)} \,$ where $\, b(n)=A005187(n)\,$ and OEIS sequence A005187 has the formula $\, b(n) = \sum_{k\ge 0} \lfloor n/2^k \rfloor. \,$