A239662 Triangle read by rows: T(n,k), n>=1, k>=1, in which column k lists the numbers A017113 interleaved with k-1 zeros, and the first element of column k is in row k(k+1)/2.
4, 12, 20, 4, 28, 0, 36, 12, 44, 0, 4, 52, 20, 0, 60, 0, 0, 68, 28, 12, 76, 0, 0, 4, 84, 36, 0, 0, 92, 0, 20, 0, 100, 44, 0, 0, 108, 0, 0, 12, 116, 52, 28, 0, 4, 124, 0, 0, 0, 0, 132, 60, 0, 0, 0, 140, 0, 36, 20, 0, 148, 68, 0, 0, 0, 156, 0, 0, 0, 12, 164, 76, 44, 0, 0, 4, 172, 0, 0, 28, 0, 0, 180, 84, 0, 0, 0, 0, 188, 0, 52, 0, 0, 0
Offset: 1
Examples
Triangle begins: 4; 12; 20, 4; 28, 0; 36, 12; 44, 0, 4; 52, 20, 0; 60, 0, 0; 68, 28, 12; 76, 0, 0, 4; 84, 36, 0, 0; 92, 0, 20, 0; 100, 44, 0, 0; 108, 0, 0, 12; 116, 52, 28, 0, 4; 124, 0, 0, 0, 0; 132, 60, 0, 0, 0; 140, 0, 36, 20, 0; 148, 68, 0, 0, 0; 156, 0, 0, 0, 12; 164, 76, 44, 0, 0, 4; 172, 0, 0, 28, 0, 0; 180, 84, 0, 0, 0, 0; 188, 0, 52, 0, 0, 0; ... For n = 9, the 9th row of triangle is [68, 28, 12], therefore the alternating row sum is 68 - 28 + 12 = 52. On the other hand we have that 4*A000203(9) = 2*A074400(9) = A239050(9) = 4*13 = 2*26 = 52, equaling the alternating sum of the 9th row of the triangle.
Comments