OFFSET
0,4
COMMENTS
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..16384
Rémy Sigrist, Perl program for A296355
EXAMPLE
Here is the list A076478 broken up to show the successive binary numbers (the indexing starts at 0):
0,
1,
0,0,
0,1,
1,0,
1,1,
0,0,0,
0,0,1,
0,1,0,
0,1,1,
1,0,0,
1,0,1,
...
2 = 1,0 officially starts at position 6, so A076478(2) = 6, but 1,0 actually can be seen starting at position 1, so a(2) = 1.
4 = 1,0,0 officially starts at position 22, so A076478(4) = 22, but 1,0,0 actually can be seen starting at position 1, so a(4) = 1.
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, Dec 14 2017; corrected and extended Dec 17 2017
EXTENSIONS
More terms from Rémy Sigrist, Dec 19 2017
STATUS
approved