Define the sequence $a(n)$ as the number of adjacent pairs of ones in the binary expansion of $n$ (possibly overlapping). E.g.: $a(5) = a(101_2) = 0$, $a(6)...
Let $f_5(n)$ be the largest integer $x$ for which $5^x$ divides $n$. For example, $f_5(625000) = 7$. Let $T_5(n)$ be the number of integers $i$ which satisfy...