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.

A336605 a(n) is the number of partitions of the n-th tetrahedral number (A000292).

Original entry on oeis.org

1, 1, 5, 42, 627, 14883, 526823, 26543660, 1844349560, 172389800255, 21248279009367, 3397584011986773, 695143713458946040, 179855916453958267598, 58248417552751868050007, 23402165235974892374954302, 11571309261543787320061392679
Offset: 0

Views

Author

Robert Bilinski, Sep 13 2020

Keywords

Crossrefs

Programs

  • PARI
    a(n) = numbpart(n*(n+1)*(n+2)/6); \\ Michel Marcus, Sep 14 2020

Formula

a(n) = p(n*(n+1)*(n+2)/6).
a(n) = A000041(A000292(n)).