I'm trying to prove the inequality below using induction:
$\dfrac{2^{2n}}{n+1} < \dfrac{(2n)!}{(n!)^2} \,\, (n > 1)$
The base case is ok, but I'm not able to see how I can proceed in the induction step. I'm reaching a dead end, either multiplying by 2 or adding $\dfrac {1} {k + 1}$ to both sides of the inequality. Any tips?