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.

A248730 Number of partitions of 5^n.

Original entry on oeis.org

1, 7, 1958, 3163127352, 1606903190858354689128371, 8630901377559029573671524821295260243701883575513498104067
Offset: 0

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Comments

Next term is too big to be included.

Crossrefs

Programs

  • Magma
    [NumberOfPartitions(5^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
  • Mathematica
    Table[ PartitionsP[ 5^n], {n, 0, 6}]
  • PARI
    vector(8, n, n--; numbpart(5^n)) \\ Michel Marcus, Oct 13 2014