Prove that $6^{\sqrt n} = O({n \choose n/2})$
I was able to show that prove that $6^{\sqrt n} = O({n \choose n/2})$ with defining $ n=2k$ and $ a_k= \frac {k!^26^\sqrt k} {2k!} $ and then show that $\frac {a_{k+1}} {a_k}\rightarrow\frac1 4 \Rightarrow a_k\rightarrow0$ .
I want to see other ways of proving that. Thanks
Presumably $n$ is supposed to be even. Then ${n \choose {n/2}} 2^{-n}$ is the probability $p(n/2)$ of getting exactly $n/2$ heads when tossing $n$ fair coins. Since the distribution of the number of heads is unimodal with mode $n/2$, $p(n/2) > p(k)$ for all other $k$. In particular, since there are just $n+1$ possibilities for the number of heads, $p(n/2) > 1/(n+1)$, i.e. ${n \choose {n/2}} > 2^n/(n+1)$. Can you go on from there?