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.

A193106 Minimal number of terms of A005826 needed to sum to n.

Original entry on oeis.org

1, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 6, 2, 3, 4, 1, 2, 3, 3, 4, 5, 2, 3, 4, 4, 5, 6, 3, 4, 1, 2, 3, 4, 4, 5, 2, 3, 4, 5, 5, 6, 3, 4, 5, 2, 3, 4, 4, 5, 1, 2, 3, 4, 5, 6, 2, 3, 4, 2, 3, 4, 3, 4, 5, 2, 3, 4, 4, 5, 6, 3, 4, 5, 3, 4, 5, 1, 2, 2, 3, 4, 5, 2, 3, 3, 4, 5, 3, 3, 4, 4, 2, 3, 3, 4, 5, 5, 3, 2, 3, 4, 5, 4, 4, 3, 2, 3, 3, 4, 5, 4, 1, 2, 3, 4, 5, 4, 2, 3, 4, 3
Offset: 1

Views

Author

N. J. A. Sloane, Jul 15 2011

Keywords

Comments

Watson showed that a(n) <= 8 for all n.
It is likely that a(n) <= 6 for all n (see A193107).

Crossrefs

Programs

  • Maple
    t1:=[seq((n^3-7*n)/6, n=3..20)];
    LAGRANGE(t1, 8 120); # the LAGRANGE transform of a sequence is defined in A193101 - N. J. A. Sloane, Jul 15 2011