The integer $x_n$ expressed in base $2$ is a number $$ [x_n]_2=\underbrace{11...1}_{n}\underbrace{00...0}_{n} $$ with $n \geq 2$.
Calculate the sum of the binary digits of $x_n^3.$
I have no clue about this. How am I supposed to know anything about $x_n$? Any hints?
You are supposed to recognize that the series of $1$s corresponds to $2^n-1$, so the whole number is $2^{2n}-2^n$. For this purpose the $0$s at the end do not matter so you can just work with $2^n-1$. You should be able to cube this and find a pattern in the $1$s in binary.