OFFSET
0,3
COMMENTS
Even bisection of A362558.
EXAMPLE
The a(1) = 1 through a(4) = 11 partitions:
(2) (4) (6) (8)
(31) (42) (53)
(51) (62)
(222) (71)
(411) (332)
(2211) (521)
(611)
(3221)
(3311)
(5111)
(32111)
The partition y = (3,2,1,1,1) has nonempty initial consecutive subsequences (3,2,1,1,1), (3,2,1,1), (3,2,1), (3,2), (3), with sums 8, 7, 6, 5, 3. Since 4 is missing, y is counted under a(4).
MATHEMATICA
Table[Length[Select[IntegerPartitions[2n], !MemberQ[Accumulate[#], n]&]], {n, 0, 15}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 24 2023
STATUS
approved