OFFSET
0,4
COMMENTS
We use the "rounding half to even" rule, see link.
LINKS
Wikipedia, Rounding.
EXAMPLE
The a(0) = 0 through a(8) = 18 partitions:
. . (2) (3) (4) (5) (6) (7) (8)
(21) (22) (32) (33) (43) (44)
(31) (41) (42) (52) (53)
(221) (51) (61) (62)
(311) (222) (322) (71)
(321) (331) (332)
(411) (421) (422)
(2211) (511) (431)
(3111) (2221) (521)
(3211) (611)
(4111) (2222)
(3221)
(3311)
(4211)
(5111)
(22211)
(32111)
(41111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Round[Mean[#]]>1&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 06 2023
STATUS
approved