Define the XOR-product of $x$ and $y$, denoted by $x \otimes y$, similar to a long multiplication in base $2$, except that the intermediate results are XORed instead of the usual integer addition.
For example, $7 \otimes 3 = 9$, or in base $2$, $111_2 \otimes 11_2 = 1001_2$:
For example, $(a, b) = (3, 6)$ is a solution to this equation for $k=5$.
Let $G(N,m)$ be the number of solutions to those equations with $k \le m$ and $0 \le a \le b \le N$.
You are given $G(1000,100)=398$.
Find $G(10^{17},1\,000\,000).$
Solution
No solution yet. Write yours at
solutions/s878.md.