I'm interested in the asymptotic behavior of $$ a_{n,k} :=\frac{1}{2^n} \binom{n}{\frac{n}{2} +k},$$ where $k$ is within a constant times $\sqrt{n}$, say $$ |k| < C \sqrt{n }.$$
Using Stirling's approximation, I found $$ a_{n,k} = \sqrt{\frac{2}{\pi n}} e^{-\frac{2k^2}{n}}\left(1 + O\left( \frac{1}{\sqrt{n}} \right)\right).$$
In each $a_{n,k}$, let us call the relative error term $b_{n,k}$, so $$ a_{n,k} = \sqrt{\frac{2}{\pi n}} e^{-\frac{2k^2}{n}}\left(1 + b_{n,k}\right).$$
My Question: How do I show that the $\{b_{n,k}\}$ are all bounded by the same constant divided by $\sqrt{n}$.
Clarification: I'd like to claim: there's a constant $K>0$, and an index $n_0\in \mathbb{N}$, such that for all $n>n_0$, and all $k$ satisfying $|k|< C\sqrt{n}$, $$ |b_{n,k}| < \frac{K}{\sqrt{n}} .$$