A196931 Triangle read by rows in which row n lists in nondecreasing order the smallest part of every partition of n.
0, 1, 1, 2, 1, 1, 3, 1, 1, 1, 2, 4, 1, 1, 1, 1, 1, 2, 5, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0
Examples
Written as a triangle: 0, 1, 1,2, 1,1,3, 1,1,1,2,4, 1,1,1,1,1,2,5, 1,1,1,1,1,1,1,2,2,3,6 1,1,1,1,1,1,1,1,1,1,1,2,2,3,7, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,4,8, ...
Comments