Consider the following sequence defined here https://oeis.org/A079523 of utterly odd numbers: These are numbers such whose binary representation ends in an odd number of ones.
If $n$ is an utterly odd number, then show that $n+64$ is also an utterly odd number. I did some computer experiments and I think that this is true. But I am not sure how to prove it.
This is not true.
Let $127=1111111_2$. Note that $B(127)=7$. But, since $64=1000000_2$, $$127+64=10111111_2$$ so $B(127+64)=6$.