OFFSET
0,2
COMMENTS
This is the "not necessarily positive" version, cf. A284640.
EXAMPLE
The a(6) = 17 ways, showing each strict partition and its subset-sums:
(6): 0,6
(51): 0,1,5,6
(42): 0,2,4,6
(321): 0,1,2,3,4,5,6
MATHEMATICA
Table[Total[Length[Union[Total/@Subsets[#]]]& /@ Select[IntegerPartitions[n], UnsameQ@@#&]], {n, 30}]
CROSSREFS
The positive case is A284640.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 26 2023
STATUS
approved