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.

A248734 Number of partitions of 7^n.

Original entry on oeis.org

1, 15, 173525, 175943559810422753, 229866006383458830949778967121025947053151071434926
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(7^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
    
  • Mathematica
    Table[ PartitionsP[ 7^n], {n, 0, 5}]
  • PARI
    a(n) = numbpart(7^n) \\ Michel Marcus, Oct 18 2014

Formula

a(n) = A000041(7^n). - Michel Marcus, Oct 18 2014