Big-Oh of n! and n to the power of some exponent - question

34 Views Asked by At

Why do we have:

$k=3$

$ f(n) = \binom{n}{k} => f(n) $ is $ θ(n^3) $

Is the three in the binomial coefficient of importance, or is this true for all $k \leq n$ ?