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.

A086159 Number of partitions of n into the first three triangular numbers, 1, 3 and 6.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 4, 4, 4, 6, 6, 6, 9, 9, 9, 12, 12, 12, 16, 16, 16, 20, 20, 20, 25, 25, 25, 30, 30, 30, 36, 36, 36, 42, 42, 42, 49, 49, 49, 56, 56, 56, 64, 64, 64, 72, 72, 72, 81, 81, 81, 90, 90, 90, 100, 100, 100, 110, 110, 110, 121, 121, 121, 132, 132, 132
Offset: 0

Views

Author

Jan Snellman, Aug 25 2003

Keywords

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1, 0, 1, -1, 0, 1, -1, 0, -1, 1}, {1, 1, 1, 2, 2, 2, 4, 4, 4, 6}, 100] (* Amiram Eldar, Feb 14 2023 *)

Formula

G.f.: 1/((1-x)*(1-x^3)*(1-x^6)).
Sum_{n>=0} 1/a(n) = Pi^2/2 + 3. - Amiram Eldar, Feb 14 2023