Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function that counts how many integers from 1 to n can be expressed in binary with an odd number of bits set.

Run the code to see the output here...