Find the greatest common divisior of $2^n$ and $\binom{2n}{n}$. As I assume we have to use identities
$\sum_{k=0}^n\binom{n}{k} = 2^{n}$ and $\sum_{k=0}^{n}\binom{n}{k}^2 = \binom{2n}{n}$.
But I cannot find the connection between $\gcd((a_1+...+a_n),(a_1^2+...+a_n^2))$? Any hints how do we find such thing?
By Legendre's formula, $v_p(k!)=\displaystyle\sum_{i=1}^{\infty} {[\frac{k}{p^i}]}.$The power of 2 in the binomial is therefore $v_2((2n)!)-2v_2(n!)=n-\displaystyle\sum_{i=1}^{\infty} {[\frac{n}{2^i}]}=A<n.$So the gcd is $2^A$ and I don't think A can be simplified.