A144962 Eigentriangle, row sums = A000084.
1, 1, 1, 1, 1, 2, 3, 1, 2, 4, 5, 3, 2, 4, 10, 17, 5, 6, 4, 10, 24, 41, 17, 10, 12, 10, 24, 66, 127, 41, 34, 20, 30, 24, 66, 180, 365, 127, 82, 68, 50, 72, 66, 180, 522, 1119, 365, 254, 164, 170, 120, 198, 180, 522, 1532
Offset: 1
Examples
First few rows of the triangle = 1; 1, 1; 1, 1, 2; 3, 1, 2, 4; 5, 3, 2, 4, 10; 17, 5, 6, 4, 10, 24; 41, 17, 10, 12, 10, 24, 66; 127, 41, 34, 20, 30, 24, 66, 180; 365, 127, 82, 68, 50, 72, 66, 180, 522; 1119, 365, 254, 164, 170, 120, 198, 180, 522, 1532; ... Example: row 5 = (5, 3, 2, 4, 10) = termwise products of (5, 3, 1, 1, 1) and (1, 1, 2, 4, 10).
Comments