A340531 Irregular triangle read by rows T(n,k), (n >= 1, k >= 1), in which row n has length is A000070(n-1) and every column k is A024916, the sum of all divisors of all numbers <= n.
1, 4, 1, 8, 4, 1, 1, 15, 8, 4, 4, 1, 1, 1, 21, 15, 8, 8, 4, 4, 4, 1, 1, 1, 1, 1, 33, 21, 15, 15, 8, 8, 8, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 41, 33, 21, 21, 15, 15, 15, 8, 8, 8, 8, 8, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 56, 41, 33, 33, 21, 21, 21, 15, 15, 15, 15, 15
Offset: 1
Examples
Triangle begins: 1; 4, 1; 8, 4, 1, 1; 15, 8, 4, 4, 1, 1, 1; 21, 15, 8, 8, 4, 4, 4, 1, 1, 1, 1, 1; 33, 21, 15, 15, 8, 8, 8, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1; ... For n = 5 the length of row 5 is A000070(4) = 12. The sum of row 5 is 21 + 15 + 8 + 8 + 4 + 4 + 4 + 1 + 1 + 1 + 1 + 1 = 69, equaling A182738(5).
Comments