A340603 Heinz numbers of integer partitions of odd rank.
3, 4, 7, 10, 12, 13, 15, 16, 18, 19, 22, 25, 27, 28, 29, 33, 34, 37, 40, 42, 43, 46, 48, 51, 52, 53, 55, 60, 61, 62, 63, 64, 69, 70, 71, 72, 76, 77, 78, 79, 82, 85, 88, 89, 90, 93, 94, 98, 100, 101, 105, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 121
Offset: 1
Keywords
Examples
The sequence of partitions with their Heinz numbers begins: 3: (2) 33: (5,2) 63: (4,2,2) 4: (1,1) 34: (7,1) 64: (1,1,1,1,1,1) 7: (4) 37: (12) 69: (9,2) 10: (3,1) 40: (3,1,1,1) 70: (4,3,1) 12: (2,1,1) 42: (4,2,1) 71: (20) 13: (6) 43: (14) 72: (2,2,1,1,1) 15: (3,2) 46: (9,1) 76: (8,1,1) 16: (1,1,1,1) 48: (2,1,1,1,1) 77: (5,4) 18: (2,2,1) 51: (7,2) 78: (6,2,1) 19: (8) 52: (6,1,1) 79: (22) 22: (5,1) 53: (16) 82: (13,1) 25: (3,3) 55: (5,3) 85: (7,3) 27: (2,2,2) 60: (3,2,1,1) 88: (5,1,1,1) 28: (4,1,1) 61: (18) 89: (24) 29: (10) 62: (11,1) 90: (3,2,2,1)
Links
- FindStat, St000145: The Dyson rank of a partition
Crossrefs
Note: Heinz numbers are given in parentheses below.
These partitions are counted by A340692.
The case of positive rank is A340604.
- Rank -
A001222 gives number of prime indices.
A061395 gives maximum prime index.
A257541 gives the rank of the partition with Heinz number n.
A340653 counts balanced factorizations.
- Odd -
A339890 counts factorizations of odd length.
A340102 counts odd-length factorizations into odd factors.
Programs
-
Mathematica
Select[Range[100],OddQ[PrimePi[FactorInteger[#][[-1,1]]]-PrimeOmega[#]]&]
Comments