A309400 Irregular triangle read by rows in which row n lists in reverse order the partitions of n into equal parts.
1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 2, 2, 4, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 6, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 4, 4, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 5, 5, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11
Offset: 1
Examples
Triangle begins: [1]; [1,1], [2]; [1,1,1], [3]; [1,1,1,1], [2,2], [4]; [1,1,1,1,1], [5]; [1,1,1,1,1,1], [2,2,2], [3,3], [6]; [1,1,1,1,1,1,1], [7]; [1,1,1,1,1,1,1,1], [2,2,2,2], [4,4], [8]; [1,1,1,1,1,1,1,1,1], [3,3,3], [9]; [1,1,1,1,1,1,1,1,1,1], [2,2,2,2,2], [5,5], [10]; [1,1,1,1,1,1,1,1,1,1,1], [11]; [1,1,1,1,1,1,1,1,1,1,1,1], [2,2,2,2,2,2], [3,3,3,3], [4,4,4], [6,6], [12]; [1,1,1,1,1,1,1,1,1,1,1,1,1], [13]; [1,1,1,1,1,1,1,1,1,1,1,1,1,1], [2,2,2,2,2,2,2], [7,7], [14]; [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], [3,3,3,3,3], [5,5,5], [15]; [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], [2,2,2,2,2,2,2,2], [4,4,4,4], [8,8], [16]; ...
Comments