2018-2019 Fall OMO Problem 25
Source:
November 7, 2018
Problem Statement
Given two positive integers , we define to be the bitwise XOR sum of and ; that is, has a in its binary representation at exactly the place values where have differing binary representations. It is known that is both associative and commutative. For example, . Given a set of positive integers, we let . We also let be the number of divisors of which are at most but greater than or equal to the largest element in (if is empty then let ). Compute the number of s in the binary representation of .Proposed by Brandon Wang and Vincent Huang