OFFSET
0,2
COMMENTS
LINKS
OEIS Wiki, Orderings of partitions
Wikiversity, Lexicographic and colexicographic order
EXAMPLE
Triangle begins:
1
2
3 4
5 6 8
7 9 10 12 16
11 14 15 18 20 24 32
13 21 22 25 27 28 30 36 40 48 64
17 26 33 35 42 44 45 50 54 56 60 72 80 96 128
MATHEMATICA
Join@@@Table[Sort[Times@@Prime/@#&/@IntegerPartitions[n, {k}]], {n, 0, 8}, {k, 0, n}]
CROSSREFS
Row lengths are A000041.
Ignoring length gives A215366 (graded Heinz numbers).
Sorting by decreasing length gives A333484.
Finally sorting lexicographically by prime indices gives A185974.
Finally sorting colexicographically by prime indices gives A334433.
Finally sorting reverse-lexicographically by prime indices gives A334435.
Finally sorting reverse-colexicographically by prime indices gives A334438.
Number of prime indices is A001222.
Reversed partitions in Abramowitz-Stegun (sum/length/lex) order are A036036.
Partitions in (sum/length/colex) order are A036037.
Sum of prime indices is A056239.
Sorting reversed partitions by Heinz number gives A112798.
Sorting partitions by Heinz number gives A296150.
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, May 10 2020
STATUS
approved