A187566 Let A be the infinite lower triangular Toplitz matrix with Sigma(n) in every column; and B the diagonalized, signed variant of A002040 with the rest zeros. Sequence gives the triangle in the lower half of A*B read by rows.
1, 3, -2, 4, -6, 4, 7, -8, 12, -8, 6, -14, 16, -24, 21, 12, -12, 28, -32, 63, -52, 8, -24, 24, -56, 84, -156, 131, 15, -16, 48, -48, 147, -208, 393, -316, 13, -30, 32, -96, 126, -364, 524, -948, 765, 18, -26, 60, -64, 252, -312, 917, -1264, 2295, -1846
Offset: 0
Examples
First few rows of the triangle = 1 3, -2 4, -6, 4 7, -8, 12, -8 6, -14, 16, -24, 21 12, -12, 28, -32, 63, -52 8, -24, 24, -56, 84, -156, 131 15, -16, 48, -48, 147, -208, 393, -316 13, -30, 32, -96, 126, -364, 524, -948, 765 18, -26, 60, -64, 252, -312, 917, -1264, 2295, -1846 ...
Comments