OFFSET
0,8
EXAMPLE
The a(5) = 1 through a(12) = 5 partitions:
(221) . (331) (332) (441) (442) (443) (552)
(2221) (22211) (3321) (3331) (551) (4431)
(22221) (222211) (3332) (33321)
(4331) (44211)
(4421) (2222211)
(33221)
(33311)
(222221)
(2222111)
For example, the partition y = (4,3,3,1) has mean 11/4 and distinct parts {1,3,4} with mean 8/5, so y is counted under a(11).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Mean[#]>Mean[Union[#]]&]], {n, 0, 30}]
CROSSREFS
These partitions have ranks A360252.
A008284 counts partitions by number of parts.
A116608 counts partitions by number of distinct parts.
A360071 counts partitions by number of parts and number of distinct parts.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Feb 06 2023
STATUS
approved