login
Numerators of ratios converging to the Thue-Morse constant, converted to hexadecimal.
3

%I #12 Oct 10 2022 11:09:03

%S 0,1,6,69,6996,69969669,6996966996696996,

%T 69969669966969969669699669969669,

%U 6996966996696996966969966996966996696996699696696996966996696996

%N Numerators of ratios converging to the Thue-Morse constant, converted to hexadecimal.

%C Starting from the term 6, the next term can be obtained from the previous one by appending its "horizontally" flipped variant (6 <-> 9, which equals its binary complement). Also, starting from the term 69, every second term stays same if read upside down from the other end (i.e., those numbers look same even if you rotate them by 180 degrees).

%F map(convert, A048707, hex)

%Y Cf. A048705, A048706, A048707.

%K nonn,base

%O 0,3

%A _Antti Karttunen_, Mar 09 1999