OFFSET
1,6
COMMENTS
FORMULA
EXAMPLE
First few rows of the triangle:
1;
1, 1;
0, 1, 2;
1, 0, 2, 3;
0, 1, 0, 3, 6;
0, 0, 2, 0, 6, 10;
1, 0, 0, 3, 0, 10, 18;
1, 1, 0, 0, 6, 0, 18, 32;
0, 1, 2, 0, 0, 10, 0, 32, 58;
0, 0, 2, 3, 0, 0, 18, 0, 58, 103;
1, 0, 0, 3, 6, 0, 0, 32, 0, 103, 184;
...
Row 4 = (1, 0, 2, 3) = termwise products of (1, 0, 1, 1) and (1, 1, 2, 3), where (1, 0, 1, 1) = the first 4 terms of A010060, reversed with offset 1.
(1, 1, 2, 3) = first 4 terms of A144026: (1, 1, 2, 3, 6, 10, 18, ...).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 07 2008
STATUS
approved