Some investigation suggested to me that
$$\sum_{i=0}^{n-1} 2^i \Bigg| \sum_{i=n}^{2n-1} 2^i$$
The point being that binary numbers in the form exclusively of an even number of $1$s appear to be divisible by the number represented by just half that number of $1$s.
Is this the case, and if so why is that please?
Note you have
$$\begin{equation}\begin{aligned} \sum_{i=n}^{2n-1} 2^i & = 2^n + 2^{n+1} + \ldots + 2^{2n-1} \\ & = 2^n + 2^n(2) + \ldots + 2^n(2^{n-1}) \\ & = 2^n(1 + 2 + \ldots + 2^{n-1}) \\ & = \sum_{i=0}^{n-1} 2^n(2^i) \\ & = 2^n\left(\sum_{i=0}^{n-1} 2^i\right) \end{aligned}\end{equation}\tag{1}\label{eq1A}$$