OFFSET
0,7
EXAMPLE
For y = (5,4,2) we have choices ((5),(4),(2)) and ((5),(3,1),(2)), so y is counted under a(11).
The a(3) = 1 through a(11) = 4 partitions:
(3) (4) . (4,2) (4,3) (6,2) . (5,3,2) (5,4,2)
(5,1) (5,2) (5,4,1) (6,3,2)
(6,1) (6,3,1) (7,3,1)
(7,2,1) (8,2,1)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&Length[pof[#]]==2&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, May 28 2025
STATUS
approved
