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-6 of 6 results.

A343321 Number of knapsack partitions of n with largest part 5.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 1, 4, 3, 5, 5, 4, 4, 6, 5, 7, 2, 6, 5, 8, 5, 4, 6, 7, 6, 8, 2, 8, 6, 7, 7, 5, 5, 8, 7, 8, 2, 8, 6, 9, 6, 3, 7, 9, 5, 8, 3, 8, 6, 8, 6, 5, 6, 7, 7, 9, 1, 8, 7, 8, 6, 4, 6, 9, 6, 7, 3, 9, 5, 8, 7, 4, 6, 8, 6, 9, 2, 7, 7, 9, 5, 4, 7
Offset: 0

Views

Author

Fausto A. C. Cariboni, May 14 2021

Keywords

Comments

An integer partition is knapsack if every distinct submultiset has a different sum.
I computed terms a(n) for n = 0..10000 and (6,7,7,5,5,8,7,8,2,8,6,9,6,3,7,9,5,8,3,8,6,8,6,5,6,7,7,9,1,8,7,8,6,4,6,9,6,7,3,9,5,8,7,4,6,8,6,9,2,7,7,9,5,4,7,8,6,8,2,9) is repeated continuously starting at a(32).

Examples

			The initial values count the following partitions:
   5: (5)
   6: (5,1)
   7: (5,1,1)
   7: (5,2)
   8: (5,1,1,1)
   8: (5,2,1)
   8: (5,3)
		

Crossrefs

A344340 Number of knapsack partitions of n with largest part 6.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 1, 4, 4, 6, 5, 7, 3, 7, 4, 8, 6, 10, 2, 7, 6, 9, 6, 9, 2, 9, 5, 9, 7, 9, 2, 8, 7, 10, 5, 9, 3, 10, 6, 8, 7, 10, 3, 9, 6, 10, 6, 10, 4, 9, 6, 9, 8, 11, 1, 9, 7, 11, 7, 8, 3, 10, 7, 10, 6, 10, 2, 10, 8, 9, 6, 9, 4, 11, 5, 9, 7
Offset: 0

Views

Author

Fausto A. C. Cariboni, May 15 2021

Keywords

Comments

An integer partition is knapsack if every distinct submultiset has a different sum.
I computed terms a(n) for n = 0..10000 and (6,10,6,10,4,9,6,9,8,11,1,9,7,11,7,8,3,10,7,10,6,10,2,10,8,9,6,9,4,11,5,9,7,11,3,8,7,10,7,10,2,10,6,10,8,9,2,9,8,11,5,9,3,11,7,8,7,10,3,10) is repeated continuously starting at a(50).

Examples

			The initial values count the following partitions:
   6: (6)
   7: (6,1)
   8: (6,1,1)
   8: (6,2)
   9: (6,1,1,1)
   9: (6,2,1)
   9: (6,3)
		

Crossrefs

A344412 Number of knapsack partitions of n with largest part 7.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 7, 1, 6, 5, 8, 7, 10, 8, 8, 9, 11, 8, 13, 11, 13, 5, 14, 8, 13, 10, 17, 12, 8, 10, 14, 13, 14, 12, 18, 3, 15, 11, 15, 14, 17, 12, 8, 12, 15, 13, 20, 12, 14, 5, 17, 15, 17, 10, 18, 14, 9, 13, 18, 13, 15, 15, 18, 5, 18, 11
Offset: 0

Views

Author

Fausto A. C. Cariboni, May 17 2021

Keywords

Comments

An integer partition is knapsack if every distinct submultiset has a different sum.
I computed terms a(n) for n = 0..25000 and the subsequence a(72)-a(491) of length 420 is repeated continuously.

Examples

			The initial nonzero values count the following partitions:
   7: (7)
   8: (7,1)
   9: (7,1,1), (7,2)
  10: (7,1,1,1), (7,2,1), (7,3)
		

Crossrefs

A342684 Number of knapsack partitions of n with largest part 8.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 7, 11, 1, 8, 6, 10, 7, 13, 9, 15, 6, 12, 10, 15, 8, 18, 10, 17, 6, 17, 12, 17, 9, 18, 13, 22, 7, 19, 10, 19, 13, 20, 14, 24, 4, 20, 12, 19, 13, 23, 15, 21, 4, 20, 13, 23, 11, 23, 15, 20, 7, 20, 12, 22, 15, 24, 12, 22
Offset: 0

Views

Author

Fausto A. C. Cariboni, May 18 2021

Keywords

Comments

An integer partition is knapsack if every distinct submultiset has a different sum.
I computed terms a(n) for n = 0..40000 and the subsequence a(98)-a(937) of length 840 is repeated continuously.

Examples

			The initial nonzero values count the following partitions:
   8: (8)
   9: (8,1)
  10: (8,1,1), (8,2)
  11: (8,1,1,1), (8,2,1), (8,3)
		

Crossrefs

A344625 Number of knapsack partitions of n with largest part 9.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 7, 11, 12, 1, 10, 7, 11, 10, 17, 12, 18, 16, 12, 15, 19, 13, 25, 20, 17, 22, 29, 6, 25, 20, 22, 20, 28, 16, 31, 21, 14, 23, 33, 15, 24, 22, 25, 28, 30, 8, 31, 20, 22, 22, 36, 16, 34, 26, 14, 23, 26, 22, 33, 25, 24
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(128)-a(2647) of length 2520 is repeated continuously.

Examples

			The initial nonzero values count the following partitions:
   9: (9)
  10: (9,1)
  11: (9,1,1), (9,2)
  12: (9,1,1,1), (9,2,1), (9,3)
		

Crossrefs

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-6 of 6 results.