cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A344635 Number of knapsack partitions of n with largest part 10.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 7, 11, 12, 17, 1, 13, 9, 16, 11, 20, 14, 24, 16, 25, 9, 27, 14, 29, 19, 32, 16, 34, 19, 37, 11, 32, 17, 38, 19, 32, 22, 41, 19, 40, 14, 38, 22, 41, 22, 39, 18, 44, 26, 46, 8, 46, 24, 38, 23, 40, 21, 48, 28, 42, 12
Offset: 0

Views

Author

Fausto A. C. Cariboni, May 25 2021

Keywords

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.

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)
		

Crossrefs

Showing 1-1 of 1 results.