Let $k=b_nb_{n-1}\ldots b_3b_2b_1b_0$ be the binary representation of an odd positive integer.
Prove:
If $k\equiv 1 \mod 4$ then $b_1=0$.
If $k\equiv 3 \mod 4$ then $b_1=1$.
I think that to prove the above I need to use $k=1 +4q$ or $k=3 +4q$ for $q\geq 0$. Any suggestions?
Hint
Think of the binary number $k=b_{n}b_{n-1}...b_{2}b_{1}b_{0}$ as $k=b_{0}(1)+b_{1}(2)+b_{2}(4)+b_{3}(8)+b_{4}(16)+b_{5}(32)+...$
If $b_{0}$ and $b_{1}$ are both equal to zero, then every other term in that sum is divisible by $4$.