I tried using induction, but in the inductive step, I get:
If $2n\choose n$ is divisible then I want to see that $2n +2\choose n +1$
$${2n +2\choose n +1} = (2n + 2)!/(n+1)!(n +1)! = {2n\choose n} (2n+1)(2n+2)/(n+1)^2$$
$$= {2n\choose n} 2(2n+1)/(n+1)$$
Then ${2n\choose n}$ is divisible by $2$ by hypothesis, but $2(2n+1)/(n+1)$ is not even an integer.
What can I do?