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.

A248732 Number of partitions of 6^n.

Original entry on oeis.org

1, 11, 17977, 15285151248481, 1398703012615213588677365804960180341, 3173477897288016617984809197028065610087051214582584606785402878333070481745149246796102615681
Offset: 0

Views

Author

Robert G. Wilson v, Oct 12 2014

Keywords

Crossrefs

Programs

  • Magma
    [NumberOfPartitions(6^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
  • Mathematica
    Table[ PartitionsP[ 6^n], {n, 0, 5}]

Formula

A248732 = A000041 o A000400. \\ M. F. Hasler, Oct 16 2014