login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133231
Number of distinct numbers that are contained in the length n+1 prefix of the binary Champernowne word.
1
1, 2, 3, 5, 7, 9, 12, 15, 20, 25, 30, 35, 40, 45, 50, 57, 64, 71, 81, 91, 101, 114, 127, 140, 153, 166, 180, 194, 208, 224, 240, 256, 272, 289, 306, 323, 340, 357, 376, 397, 418, 439, 461, 483, 505, 527, 552, 577, 602, 627, 656, 685, 714, 743, 776, 809, 842
OFFSET
0,2
EXAMPLE
Champernowne word = '01101110 01011....', see A030190:
a(5) = #{0, 1, 10, 11, 101, 110, 1011, 1101, 11011} = 9;
a(6) = a(5) + #{111, 10111, 110111} = 9 + 3 = 12;
a(7) = a(6) + #{1110, 101110, 1101110} = 12 + 3 = 15.
PROG
(Perl) See Links section.
CROSSREFS
Sequence in context: A059290 A309881 A293230 * A235111 A228896 A281783
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Jan 15 2008
EXTENSIONS
More terms from Rémy Sigrist, May 18 2019
STATUS
approved