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”).

A323836
The "binary Pascal triangle" read by rows.
2
1, 1, 0, 1, 10, 0, 1, 110, 100, 0, 1, 1110, 110100, 1000, 0, 1, 11110, 1110110100, 1101001000, 10000, 0, 1, 111110, 111101110110100, 11101101001101001000, 110100100010000, 100000, 0, 1, 1111110, 111110111101110110100, 11110111011010011101101001101001000
OFFSET
0,5
COMMENTS
Left edge is all 1's, right edge (after initial row) is all 0's; interior entries are concatenations of two numbers above them.
LINKS
J. Grytczuk, Another variation on Conway's recursive sequence, Discr. Math. 282 (2004), 149-161.
EXAMPLE
Triangle begins:
1,
1, 0,
1, 10, 0,
1, 110, 100, 0,
1, 1110, 110100, 1000, 0,
1, 11110, 1110110100, 1101001000, 10000, 0,
1, 111110, 111101110110100, 11101101001101001000, 110100100010000, 100000, 0,
...
CROSSREFS
Sequence in context: A367508 A221809 A291451 * A365893 A062520 A157962
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Feb 04 2019
EXTENSIONS
More terms from Rémy Sigrist, Feb 05 2019
STATUS
approved