OFFSET
0,2
COMMENTS
The zeroth row contains only the empty partition.
A tetrangle is a sequence of finite triangles.
LINKS
EXAMPLE
Tetrangle begins:
0: ()
1: (1)
2: (2)
3: (3)(21)
4: (4)(31)
5: (5)(32)(41)
6: (6)(42)(51)(321)
7: (7)(43)(52)(61)(421)
8: (8)(53)(62)(71)(431)(521)
9: (9)(54)(63)(72)(81)(432)(531)(621)
MATHEMATICA
Table[Sort[Select[IntegerPartitions[n], UnsameQ@@#&]], {n, 0, 10}]
CROSSREFS
Starting with reversed partitions gives A026793.
The version for compositions is A124734.
Showing partitions as Heinz numbers gives A246867.
Same as A344089 with partitions reversed.
The version for revlex instead of lex is A344092.
A026791 reads off lexicographically ordered reversed partitions.
A080577 reads off reverse-lexicographically ordered partitions.
A112798 reads off reversed partitions by Heinz number.
A296150 reads off partitions by Heinz number.
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, May 12 2021
STATUS
approved