OFFSET
0,13
COMMENTS
An integer partition is knapsack if every distinct submultiset has a different sum.
I computed terms a(n) for n = 0..50000 and the subsequence a(162)-a(2681) of length 2520 is repeated continuously.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..3000
EXAMPLE
The initial nonzero values count the following partitions:
10: (10)
11: (10,1)
12: (10,1,1), (10,2)
13: (10,1,1,1), (10,2,1), (10,3)
CROSSREFS
KEYWORD
nonn
AUTHOR
Fausto A. C. Cariboni, May 25 2021
STATUS
approved