A145579 Eigentriangle, row sums = A001590.
1, 1, 1, 0, 1, 2, 1, 0, 2, 3, 1, 1, 0, 3, 6, 0, 1, 2, 0, 6, 11, 1, 0, 2, 3, 0, 11, 20, 1, 1, 0, 3, 6, 0, 20, 37, 0, 1, 2, 0, 6, 11, 0, 37, 68, 1, 0, 2, 3, 0, 11, 20, 0, 68, 125
Offset: 3
Examples
First few rows of the triangle = 1; 1, 1; 0, 1, 2; 1, 0, 2, 3; 1, 1, 0, 3, 6; 0, 1, 2, 0, 6, 11; 1, 0, 2, 3, 0, 11, 20; 1, 1, 0, 3, 6, 0, 20, 37; 0, 1, 2, 0, 6, 11, 0, 37, 68; 1, 0, 2, 3, 0, 11, 20, 0, 68, 125; ... Row 7 = (1, 1, 0, 3, 6) = termwise products of (1, 1, 0, 1, 1) and (1, 1, 2, 3, 6).
Crossrefs
Formula
Extensions
Alignment of example rows and unintentional concatenation of values fixed by Charles J. Daniels (chajadan(AT)gmail.com), Dec 05 2009
Comments