OFFSET
1,2
FORMULA
EXAMPLE
First few rows of the triangle:
1;
2, 1;
3, 4, 1;
4, 11, 7, 1;
5, 26, 32, 11, 1;
6, 57, 122, 76, 16, 1;
7, 120, 423, 426, 156, 22, 1;
...
Row 4 = (4, 11, 7, 1) = partial column sums of the first 4 rows of A008277:
1;
1, 1;
1, 3, 1;
1, 7, 6, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Feb 01 2008
STATUS
approved