A344635 Number of knapsack partitions of n with largest part 10.
Keywords
Examples
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)
Links
- Fausto A. C. Cariboni, Table of n, a(n) for n = 0..3000
Comments