A207377 Triangle read by rows in which row n lists the parts of the last section of the set of partitions of n in nondecreasing order.
1, 1, 2, 1, 1, 3, 1, 1, 1, 2, 2, 4, 1, 1, 1, 1, 1, 2, 3, 5, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 5, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 6, 8
Offset: 1
Examples
Written as a triangle: 1; 1,2; 1,1,3; 1,1,1,2,2,4; 1,1,1,1,1,2,3,5; 1,1,1,1,1,1,1,2,2,2,2,3,3,4,6; 1,1,1,1,1,1,1,1,1,1,1,2,2,2,3,3,4,5,7; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,4,4,4,5,6,8;
Links
- Alois P. Heinz, Rows n = 1..23, flattened
Comments