Let $A=\{1,2,4,8,16,32,...,2^k,...\}$, and let $f:A\to \mathbb{N}$ be defined by : $$f(n)=\binom{n}{\log n}=\frac{n!}{(\log n)!*(n-\log n)!}$$
I would like to find out if there exist a polynomial $P(n)$ such that $f(n)=O(P(n))$.
This can help me in a question I do in computability, so it's not from a text book or something so if the analysis is to complicated it's probably not the way.