A144106 Eigentriangle, row sums = (2n + 1).
1, 2, 1, 0, 2, 3, -4, 0, 6, 5, -4, -4, 0, 10, 7, 4, -4, 12, 0, 14, 9, 12, 4, -12, -20, 0, 18, 11, 4, 12, 12, -20, -28, 0, 22, 13, -20, 4, 36, 20, -28, -36, 0, 26, 15, -28, -20, 12, 60, 28, -36, -44, 0, 30, 17
Offset: 0
Examples
First few rows of the triangle = 1; 2, 1; 0, 2, 3; -4, 0, 6, 5; -4, -4, 0, 10, 7; 4, -4, -12, 0, 14, 9; 12, 4, -12, -20, 0, 18, 11; 4, 12, 12, -20, -28, 0, 22, 13; -20, 4, 36, 20, -28, -36, 0, 26, 15; ... Row 3 = (-4, 0, 6, 5) = (-4*1, 0*1, 3*2, 5*1) = termwise product of (-4, 0, 2, 1) and (1, 1, 3, 5); where (-4, 0, 2, 1) = the first 4 terms of signed A078050 (reversed).
Comments