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.

A069878 Number of partitions of 10^n into distinct parts.

Original entry on oeis.org

1, 10, 444793, 8635565795744155161506, 1122606574548038398976040173670530159089991444775125551802871247408332723840
Offset: 0

Views

Author

Robert G. Wilson v, May 03 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ PartitionsQ[10^n], {n, 0, 4}]
  • PARI
    a(n) = polcoef(prod(k=1, 10^n, 1+x^k+x*O(x^(10^n))), 10^n); \\ Seiichi Manyama, Sep 10 2021

Formula

a(n) = A000009(A011557(n)). - Michel Marcus, Sep 10 2021