Let $S$ denote the sum of the $2011th$ powers of the roots of the polynomial $(x − 2^0)(x − 2^1)\cdots(x − 2^{2010}) − 1$. How many $1$’s are in the binary expansion of $S$?
Progress: I used Newton's sums in order to find that
$a_nS_1 + a_{n−1} = 0$;
$a_nS_2 + a_{n−1}S_1 + 2a_{n-2} = 0$
$\hspace{20 mm}\vdots$
$a_nS_n +\cdots+a_1S_1 +na_0 =0$.
Then I was thinking of subtracting $1$ from $a_0$. After that, the sum of the $2011th$ roots is now $1+2^{2011} +2^{4022}+\cdots+2^{2010\cdot2011} +2011$?