OFFSET
1,6
COMMENTS
An eigentriangle.
Row sums = A000085 starting with offset 1.
Sum of n-th row terms = rightmost term of next row.
EXAMPLE
First few rows of the triangle:
1;
1, 1;
1, 1, 2;
3, 1, 2, 4;
7, 3, 2, 4, 10;
23, 7, 6, 4, 10, 26;
71, 23, 14, 12, 10, 26, 76;
255, 71, 46, 28, 30, 26, 76, 232;
911, 255, 142, 92, 70, 78, 76, 232, 764;
3535, 911, 510, 284, 230, 182, 228, 232, 764, 2620;
13903, 3535, 1822, 1020, 710, 598, 532, 696, 764, 2620, 9496;
...
Row r = (3, 1, 2, 4) = (3*1, 1*1, 1*2, 1*4) = termwise products of (3, 1, 1, 1) and (1, 1, 2, 4), where A000085 = (1, 1, 2, 4, 10, 26, 76, ...).
CROSSREFS
KEYWORD
AUTHOR
Gary W. Adamson, Dec 12 2008
STATUS
approved