A144182 Eigentriangle, row sums = A144181.
1, 0, 1, 2, 0, 2, 4, 2, 0, 3, -4, 4, 2, 0, 9, 0, -4, 4, 6, 0, 11, -8, 0, -4, 12, 18, 0, 17, -16, -8, 0, -12, 36, 22, 0, 35, 16, -16, -8, 0, -36, 44, 34, 0, 57, 0, 16, -16, -24, 0, -44, 68, 70, 0, 91, 32, 0, 16, -48, -72, 0, -68, 140, 114, 0, 161
Offset: 0
Examples
First few rows of the triangle are: 1; 0, 1; 2, 0, 1; 4, 2, 0, 3; -4, 4, 2, 0, 9; 0, -4, 4, 6, 0, 11; -8, 0, -4, 12, 18, 0, 17; -16, -8, 0, -12, 36, 22, 0, 35; ... row 3 = (4, 2, 0, 3) = termwise products of (4, 2, 0, 1) and (1, 1, 1, 3) = (4*1, 2*1, 0*1, 1*3).
Comments