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.

A100529 a(n) = minimal k such that n has a partition into k parts with the property that every number <= m can be partitioned into a subset of these parts.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 4, 3, 4, 2, 2, 1, 1, 12, 15, 13, 14, 11, 12, 9, 10, 6, 6, 4, 4, 2, 2, 1, 1, 84, 91, 82, 89, 77, 80, 70, 73, 60, 63, 53, 54, 43, 44, 35, 36, 26, 26, 20, 20, 14, 14, 10, 10, 6, 6, 4, 4, 2, 2, 1, 1, 908
Offset: 1

Views

Author

N. J. A. Sloane, Dec 31 2004

Keywords

Crossrefs

Cf. A000123 (binary partitions), A002033 (perfect partitions).

Formula

If 2^m + 2^(m-1) - 1 <= n <= 2^(m+1) - 1 for some m, let i = 2^(m+1) - 1 - n. Then a(n) = A000123([i/2]). This determines half the values.