A174740 Triangle read by rows, A027293 * an infinite lower triangular matrix with A147843 as the diagonal and the rest zeros.
1, 1, 2, 2, 2, 0, 3, 4, 0, 0, 5, 6, 0, 0, -5, 7, 10, 0, 0, -5, 0, 11, 14, 0, 0, -10, 0, -7, 15, 22, 0, 0, -15, 0, -7, 0, 22, 30, 0, 0, -25, 0, -14, 0, 0, 30, 44, 0, 0, -35, 0, -21, 0, 0, 0, 42, 60, 0, 0, -55, 0, -35, 0, 0, 0, 0, 56, 84, 0, 0, -75, 0, -49, 0, 0, 0, 0, 12
Offset: 1
Examples
First few rows of the triangle: 1; 1, 2; 2, 2, 0; 3, 4, 0, 0; 5, 6, 0, 0, -5; 7, 10, 0, 0, -5, 0; 11, 14, 0, 0, -10, 0, -7; 15, 22, 0, 0, -15, 0, -7, 0; 22, 30, 0, 0, -25, 0, -14, 0, 0; 30, 44, 0, 0, -35, 0, -21, 0, 0, 0; 42, 60, 0, 0, -55, 0, -35, 0, 0, 0, 0; 56, 84, 6, 0, -75, 0, -49, 0, 0, 0, 0, 12; ...
Formula
Extensions
Terms corrected by Gary W. Adamson, Dec 27 2022
Comments