OFFSET
0,3
EXAMPLE
The partition y = (6,5,5,5,3,3,2,1) has maximal gapless runs ((6,5,5,5),(3,3,2,1)), with lengths (4,4), so y is counted under a(30).
The a(1) = 1 through a(8) = 14 partitions:
(1) (2) (3) (4) (5) (6) (7) (8)
(11) (21) (22) (32) (33) (43) (44)
(111) (31) (41) (42) (52) (53)
(211) (221) (51) (61) (62)
(1111) (2111) (222) (322) (71)
(11111) (321) (2221) (332)
(2211) (3211) (2222)
(21111) (22111) (3221)
(111111) (211111) (3311)
(1111111) (22211)
(32111)
(221111)
(2111111)
(11111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], SameQ@@Length/@Split[#, #2>=#1-1&]&]], {n, 0, 15}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 15 2025
STATUS
approved
