How fast does $\binom{n}{k}$, $n$ fixed, grow when $k \le n/2$?
Especially, I'm interested in the growth of the "inverse" of binomial coefficient $B_n(x) := \min \{k:\binom{n}{k} \ge x\}$.
EDIT: This was answered in a previous post, according to which $B_n(x) = O(\log x)$.