Content deleted Content added
m added small note about bounded variation |
|||
Line 11:
#Express <math>x</math> in base 3.
#If the base-3 representation of <math>x</math> contains a 1, replace every digit strictly after the first 1
#Replace any remaining 2s with 1s.
#Interpret the result as a binary number. The result is <math>c(x)</math>.
|