OFFSET
0
COMMENTS
Apart from a shift in indexing, this is identical to Pascal's triangle mod 2, A047999.
EXAMPLE
Triangle begins:
1,
1, 0,
1, 1, 0,
1, 0, 1, 0,
1, 1, 1, 1, 0,
1, 0, 0, 0, 1, 0,
1, 1, 0, 0, 1, 1, 0,
1, 0, 1, 0, 1, 0, 1, 0,
1, 1, 1, 1, 1, 1, 1, 1, 0,
1, 0, 0, 0, 0, 0, 0, 0, 1, 0,
1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0,
1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0,
1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0,
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Aug 05 2017
STATUS
approved