A144172 Eigentriangle, row sums = A076739, the number of compositions into Fibonacci numbers.
1, 1, 1, 1, 1, 2, 0, 1, 2, 4, 1, 0, 2, 4, 7, 0, 1, 0, 4, 7, 14, 0, 0, 2, 0, 7, 14, 26, 1, 0, 0, 4, 0, 14, 26, 49, 0, 1, 0, 0, 7, 0, 26, 49, 94, 0, 0, 2, 0, 0, 14, 0, 49, 94, 177, 0, 0, 0, 4, 0, 0, 26, 0, 94, 177, 336, 0, 0, 0, 0, 7, 0, 0, 49, 0, 177, 336, 637
Offset: 1
Examples
First few rows of the triangle = 1; 1, 1; 1, 1, 2; 0, 1, 2, 4; 1, 0, 2, 4, 7; 0, 1, 0, 4, 7, 14; 0, 0, 2, 0, 7, 14, 26; 1, 0, 0, 4, 0, 14, 26, 49; 0, 1, 0, 0, 7, 0, 26, 49, 94; 0, 0, 2, 0, 0, 14, 0, 49, 94, 177; 0, 0, 0, 4, 0, 0, 26, 0, 94, 177, 336; 0, 0, 0, 0, 7, 0, 0, 49, 0, 177, 336, 637; 1, 0, 0, 0, 0, 14, 0, 0, 94, 0, 336, 637, 1206; ... Example: row 5 = (1, 0, 2, 4, 7) = termwise product of (1, 0, 1, 1, 1) and (1, 1, 2, 4, 7).
Comments