A128628 An irregular triangular array read by rows, with shape sequence A000041(n) related to sequence A060850.
1, 1, 2, 1, 2, 3, 1, 2, 2, 3, 4, 1, 2, 2, 3, 3, 4, 5, 1, 2, 2, 3, 2, 3, 4, 3, 4, 5, 6, 1, 2, 2, 3, 2, 3, 4, 3, 3, 4, 5, 4, 5, 6, 7, 1, 2, 2, 3, 2, 3, 4, 2, 3, 3, 4, 5, 3, 4, 4, 5, 6, 4, 5, 6, 7, 8, 1, 2, 2, 3, 2, 3, 4, 2, 3, 3, 4, 5, 3, 3, 4, 4, 5, 6, 3, 4, 5, 4, 5, 6, 7, 5, 6, 7, 8, 9
Offset: 1
Examples
The values at level three are 1, 2, and 3. The 1 generates 1 and 2; the 2 generates 2 and 3; the 3 only generates 4. The array begins 1 1 2 1 2 3 1 2 2 3 4 1 2 2 3 3 4 5 1 2 2 3 2 3 4 3 4 5 6
Links
Crossrefs
Programs
-
Mathematica
Flatten[Table[Length /@ IntegerPartitions[n], {n, 9}]] (* T. D. Noe, Feb 27 2014 *)
Comments