A174064 Irregular triangle, row sums = n.
1, 2, 1, 2, 0, 4, 2, 2, 1, 4, 0, 2, 2, 4, 1, 0, 0, 8, 0, 0, 1, 4, 2, 0, 2, 2, 0, 4, 0, 4, 1, 2, 2, 0, 2, 4, 0, 4, 0, 0, 0, 8, 0, 2, 1, 0, 4, 4, 2, 0, 0, 2, 0, 8, 0, 4, 0, 0, 1, 0, 4, 8, 2, 0, 0, 0, 0, 0, 0, 16, 0, 0, 2, 0, 0, 0, 2, 8, 4, 0, 1, 4, 0, 0, 0, 4, 0, 8, 0, 2, 2, 4, 0, 0, 2, 4, 4, 0, 1, 2, 0, 8, 0, 0, 0
Offset: 1
Examples
Triangle begins: 1; 2; 1, 2; 0, 4; 2, 2, 1; 4, 0, 2; 2, 4, 1, 0; 0, 8, 0, 0; 1, 4, 2, 0, 2; 2, 0, 4, 0, 4; 1, 2, 2, 0, 2, 4; 0, 4, 0, 0, 0, 8; 0, 2, 1, 0, 4, 4, 2; 0, 0, 2, 0, 8, 0, 4; 0, 0, 1, 0, 4, 8, 2, 0; 0, 0, 0, 0, 0, 16, 0, 0; 2, 0, 0, 0, 2, 8, 4, 0, 1; 4, 0, 0, 0, 4, 0, 8, 0, 2; 2, 4, 0, 0, 2, 4, 4, 0, 1, 2; 0, 8, 0, 0, 0, 8, 0, 0, 0, 4; ... Example: Leftmost term in column 9 = 1 = (9 - (4 + 2 + 0 + 2)). Then the "1" is entered into the top heading as a multiplier. Multiply, filling in more terms, then obtain next term of left border as before.
Comments