login
A048708
Numerators of ratios converging to the Thue-Morse constant, converted to hexadecimal.
3
0, 1, 6, 69, 6996, 69969669, 6996966996696996, 69969669966969969669699669969669, 6996966996696996966969966996966996696996699696696996966996696996
OFFSET
0,3
COMMENTS
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).
FORMULA
map(convert, A048707, hex)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Mar 09 1999
STATUS
approved