OFFSET
0,5
COMMENTS
These partitions are necessarily incomplete (A365924).
Are there any decreases after the initial terms?
LINKS
Chai Wah Wu, Table of n, a(n) for n = 0..65
EXAMPLE
The a(3) = 1 through a(9) = 8 partitions:
(3) (4) (5) (6) (7) (8) (9)
(3,1) (4,1) (3,3) (4,3) (4,4) (5,4)
(5,1) (6,1) (5,3) (6,3)
(2,2,2) (5,1,1) (7,1) (8,1)
(4,1,1) (4,2,2) (4,4,1)
(6,1,1) (5,2,2)
(5,1,1,1) (7,1,1)
(6,1,1,1)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], FreeQ[Total/@Subsets[#], Length[#]]&]], {n, 0, 10}]
CROSSREFS
The following sequences count and rank integer partitions and finite sets according to whether their length is a subset-sum or linear combination of the parts. The current sequence is starred.
sum-full sum-free comb-full comb-free
-------------------------------------------
Triangles:
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 12 2023
EXTENSIONS
a(41)-a(54) from Chai Wah Wu, Nov 13 2023
STATUS
approved