What is the asymptotic order of $\sum_{k=0}^n {n\choose k}^2$? That is, find $g(n)$ such that $$\lim_{n\to \infty}\frac{\sum_{k=0}^n {n\choose k}^2}{g(n)}=1$$
We can expand the binomial coefficient and use Stirling's approximation but I can not determine g(n).