OFFSET
0,1
COMMENTS
Comment from Jared Benjamin Ricks (jaredricks(AT)yahoo.com), Jan 31 2009: (Start)
This sequence be also be obtained in the following way. Write numbers in binary from left to right and read the resulting array by antidiagonals upwards:
0 : (0, 0, 0, 0, 0, 0, 0, ...)
1 : (1, 0, 0, 0, 0, 0, 0, ...)
2 : (0, 1, 0, 0, 0, 0, 0, ...)
3 : (1, 1, 0, 0, 0, 0, 0, ...)
4 : (0, 0, 1, 0, 0, 0, 0, ...)
5 : (1, 0, 1, 0, 0, 0, 0, ...)
6 : (0, 1, 1, 0, 0, 0, 0, ...)
7 : (1, 1, 1, 0, 0, 0, 0, ...)
... (End)
LINKS
EXAMPLE
Triangle begins:
0
1 0
0 0 0
1 1 0 0
0 1 0 0 0
1 0 0 0 0 0
0 0 1 0 0 0 0
1 1 1 0 0 0 0 0
0 1 1 0 0 0 0 0 0
1 0 1 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0
1 1 0 1 0 0 0 0 0 0 0 0
CROSSREFS
KEYWORD
AUTHOR
Philippe Deléham, Mar 24 2005
EXTENSIONS
More terms from Robert G. Wilson v and Benoit Cloitre, Mar 26 2005
Corrected by N. J. A. Sloane, Apr 19, 2005
Rechecked by David Applegate, Apr 19 2005.
STATUS
approved