A145580 Eigentriangle, row sums = A000930.
1, 1, 1, 0, 1, 2, -1, 0, 2, 3, 0, -1, 0, 3, 4, 1, 0, -2, 0, 4, 6, 0, 1, 0, -3, 0, 6, 9, -1, 0, 2, 0, -4, 0, 9, 13, 0, -1, 0, 3, 0, -6, 0, 13, 19, 1, 0, -2, 0, 4, 0, -9, 0, 19, 28
Offset: 1
Examples
First few rows of the triangle = 1; 1, 1; 0, 1, 2; -1, 0, 2, 3; 0, -1, 0, 3, 4; 1, 0, -2, 0, 4, 6; 0, 1, 0, -3, 0, 6, 9; -1, 0, 2, 0, -4, 0, 9, 13; 0, -1, 0, 3, 0, -6, 0, 13, 19; 1, 0, -2, 0, 4, 0, -9, 0, 19, 28; ... Row 6 = (1, 0, -2, 0, 4, 6) = termwise products of (1, 0, -1, 0, 1, 1) and (1, 1, 2, 3, 4, 6).
Comments