Given $\ln( \binom{n^3}{2n^2} )$.
Determining asymptotic behaviour I have got next result:
$$ \ln( \binom{n^3}{2n^2} ) = \ln( \frac{(n^3)!}{(2n^2)! (n^3 - 2n^2)! } ) \approx $$
$$ \approx 2n^2\ln{n} + O(n^2) $$
Is my result right for asymptotic behaviour of given expression?