OFFSET
1,3
EXAMPLE
The a(3) = 2 through a(10) = 7 partitions:
3 5 321 7 332 9 532
111 311 322 521 333 541
11111 331 32111 522 721
511 531 32221
31111 711 33211
1111111 32211 52111
33111 3211111
51111
3111111
111111111
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], OddQ[Length[#]*Max[#]]&]], {n, 30}]
CROSSREFS
The Heinz numbers of these partitions are given by A340386.
Other cases of odd length:
- A024429 counts set partitions of odd length.
- A067659 counts strict partitions of odd length.
- A089677 counts ordered set partitions of odd length.
- A166444 counts compositions of odd length.
- A174726 counts ordered factorizations of odd length.
- A332304 counts strict compositions of odd length.
- A339890 counts factorizations of odd length.
A026804 counts partitions whose least part is odd.
A072233 counts partitions by sum and length.
A101707 counts partitions with odd rank.
A340101 counts factorizations into odd factors.
A340102 counts odd-length factorizations into odd factors.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 08 2021
STATUS
approved