Let r a real number. Let f(r) be a function of r such that in binary representation of r, the first digit is repeated once, the second digit is repeated twice, the third three times and this is continued ad infinitum.
Couple of examples:
r = 101.011
f(r) = 1 00 111. 0000 11111 111111
r = π (11.0010010 etc)
f(r) = 1 11. 000 0000 11111 000000 0000000 11111111 000000000 etc
My questions are:
Are f(√2) and f(π) irrational ?
Does r is irrational imply that f(r) irrational ?
I may be missing something obvious but have not been able to proceed.
$f(r)$ will be irrational any time $r$ has infinitely many $0$s and $1$s in its expansion, so any time it is not a dyadic rational, one with denominator $2^k$. There will not be any repeating pattern. If $r$ is a dyadic rational, $f(r)$ will be also because it will end in an infinite chain of $0$s or $1$s.