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
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 27 2023
EXTENSIONS
a(22)-a(58) from Alois P. Heinz, Jan 29 2023
STATUS
approved