OFFSET
0,5
COMMENTS
FORMULA
EXAMPLE
In the array, antidiagonal terms (1, 3, 5, 1) become row 3 of the triangle.
First few rows of the array:
1, 1, 1, 1, 1, 1, ...
1, 2, 5, 14, 42, 132, ...
1, 3, 12, 57, 303, 1743, ...
1, 4, 22, 148, 1144, 9784, ...
1, 5, 35, 305, 3105, 35505, ...
First few rows of the triangle:
1;
1, 1;
1, 2, 1;
1, 3, 5, 1;
1, 4, 12, 14, 1;
1, 5, 22, 57, 42, 1;
1, 6, 35, 148, 303, 132, 1;
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 04 2005
STATUS
approved