A340581 Irregular triangle read by rows in which row n has length A014153(n-1) and every column k lists the positive integers A000027, n >= 1, k >= 1.
1, 2, 1, 1, 3, 2, 2, 1, 1, 1, 1, 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 1
Examples
Triangle begins: 1; 2, 1, 1; 3, 2, 2, 1, 1, 1, 1; 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1; 5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1; ... For n = 4, by definition the length of row 6 is A014153(4-1) = A014153(3) = 14, so the row 4 of triangle has 14 terms. Since every column lists the positive integers A000027 so the row 4 is [4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1]. Then we have that the divisors of the numbers of the 4th row are: . 4th row of the triangle ----------> 4 3 3 2 2 2 2 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 . There are fourteen 1's, five 2's, two 3's and one 4. In total there are 14 + 5 + 2 + 1 = 22 divisors. On the other hand all partitions of all positive integers <= 4 are as shown below: . . Partition Partitions Partitions Partitions . of 1 of 2 of 3 of 4 . . 4 . 2 2 . 3 3 1 . 2 2 1 2 1 1 . 1 1 1 1 1 1 1 1 1 1 . In these partitions there are fourteen 1's, five 2's, two 3's and one 4. In total there are 14 + 5 + 2 + 1 = A284870(4) = 22 parts. Finally in accordance with the conjecture we can see that all divisors of all numbers in the 4th row of the triangle are the same positive integers as all parts of all partitions of all positive integers <= 4.
Comments