A340530 Irregular triangle read by rows T(n,k) in which row n has length is A000070(n-1) and every column k is A006218, (n >= 1, k >= 1).
1, 3, 1, 5, 3, 1, 1, 8, 5, 3, 3, 1, 1, 1, 10, 8, 5, 5, 3, 3, 3, 1, 1, 1, 1, 1, 14, 10, 8, 8, 5, 5, 5, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 16, 14, 10, 10, 8, 8, 8, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 20, 16, 14, 14, 10, 10, 10, 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 5, 5
Offset: 1
Examples
Triangle begins: 1; 3, 1; 5, 3, 1, 1; 8, 5, 3, 3, 1, 1, 1; 10, 8, 5, 5, 3, 3, 3, 1, 1, 1, 1, 1; 14, 10, 8, 8, 5, 5, 5, 3, 3, 3, 3, 3, 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 10 + 8 + 5 + 5 + 3 + 3 + 3 + 1 + 1 + 1 + 1 + 1 = 42, equaling A284870(5).
Comments