If $S=\sum_{1}^{1024}\binom{1024}{k}2^k$, find highest power of $2$ dividing $S$.
I have tried solving using the fact that its equal to $$2^{11} + 2^{2} \binom{1024}{2} + \cdots + 2^{1024}$$ taking $2^{11}$ common we get number to be of form $2^{11}[2k+1]$. So, highest power of $2$ is $11$, but answer is $12$.
What's wrong in my approach?