A182715 Triangle read by rows in which row n lists in nonincreasing order the smallest part of every partition of n.
0, 1, 2, 1, 3, 1, 1, 4, 2, 1, 1, 1, 5, 2, 1, 1, 1, 1, 1, 6, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 7, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 4, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 9, 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0
Examples
For row 10, see the illustration of the link. Triangle begins: 0, 1, 2,1, 3,1,1, 4,2,1,1,1, 5,2,1,1,1,1,1, 6,3,2,2,1,1,1,1,1,1,1, 7,3,2,2,1,1,1,1,1,1,1,1,1,1,1, 8,4,3,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 9,4,3,3,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ...
Links
Extensions
Name simplified and more terms from Omar E. Pol, Oct 21 2011
Comments