A271343 Triangle read by rows: T(n,k) = A196020(n,k) - A266537(n,k), n>=1, k>=1.
1, 1, 5, 1, 1, 0, 9, 3, 1, -2, 1, 13, 5, 0, 1, 0, 0, 17, 7, 3, 1, -6, 0, 1, 21, 9, 0, 0, 1, 0, 3, 0, 25, 11, 0, 0, 1, -10, 0, 3, 29, 13, 7, 0, 1, 1, 0, 0, 0, 0, 33, 15, 0, 0, 0, 1, -14, 3, 5, 0, 37, 17, 0, 0, 0, 1, 0, 0, -2, 3, 41, 19, 11, 0, 0, 1, 1, -18, 0, 7, 0, 0, 45, 21, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0
Offset: 1
Examples
Triangle begins: 1; 1; 5, 1; 1, 0; 9, 3; 1, -2, 1; 13, 5, 0; 1, 0, 0; 17, 7, 3; 1, -6, 0, 1; 21, 9, 0, 0; 1, 0, 3, 0; 25, 11, 0, 0; 1, -10, 0, 3; 29, 13, 7, 0, 1; 1, 0, 0, 0, 0; 33, 15, 0, 0, 0; 1, -14, 3, 5, 0; 37, 17, 0, 0, 0; 1, 0, 0, -2, 3; 41, 19, 11, 0, 0, 1; 1, -18, 0, 7, 0, 0; 45, 21, 0, 0, 0, 0; 1, 0, 3, 0, 0, 0; 49, 23, 0, 0, 5, 0; 1, -22, 0, 9, 0, 0; 53, 25, 15, 0, 0, 3; 1, 0, 0, -6, 0, 0, 1; ... For n = 18 the divisors of 18 are 1, 2, 3, 6, 9, 18 and the sum of odd divisors of 18 is 1 + 3 + 9 = 13. On the other hand, the 18th row of the triangle is 1, -14, 3, 5, 0, so the alternating row sum is 1 -(-14) + 3 - 5 + 0 = 13, equaling the sum of odd divisors of 18.
Comments