login
A360070
Numbers for which there exists an integer partition such that the parts have the same mean as the multiplicities.
1
1, 4, 8, 9, 12, 16, 18, 20, 25, 27, 32, 36, 45, 48, 49, 50, 54, 63, 64, 72, 75, 80, 81, 90, 96, 98, 99, 100, 108, 112, 117, 121, 125, 128, 144, 147, 150, 160, 162, 169, 175, 176, 180, 192, 196, 200, 208, 216, 224, 225, 240, 242, 243, 245, 250, 252, 256, 272
OFFSET
1,2
COMMENTS
Conjecture: No term > 1 is squarefree.
EXAMPLE
A partition of 20 with the same mean as its multiplicities is (5,4,3,2,1,1,1,1,1,1), so 20 is in the sequence.
MATHEMATICA
Select[Range[30], Select[IntegerPartitions[#], Mean[#]==Mean[Length/@Split[#]]&]!={}&]
CROSSREFS
Positions of positive terms in A360068, ranked by A359903.
A000041 counts partitions, strict A000009.
A058398 counts partitions by mean, see also A008284, A327482.
A088529/A088530 gives mean of prime signature (A124010).
A326567/A326568 gives mean of prime indices (A112798).
Sequence in context: A278517 A053443 A376715 * A048098 A322109 A122145
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 27 2023
EXTENSIONS
a(22)-a(58) from Alois P. Heinz, Jan 29 2023
STATUS
approved