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.

A058699 a(n) = p(p(n)), p = partition numbers A000041.

Original entry on oeis.org

1, 1, 2, 3, 7, 15, 56, 176, 1002, 5604, 53174, 526823, 10619863, 214481126, 9035836076, 476715857290, 51820051838712, 7479565078510584, 2645418340688763701, 1318520401612270233223, 1774758704783877366657989, 4025091510519029370421431033
Offset: 0

Views

Author

N. J. A. Sloane, Dec 31 2000

Keywords

Crossrefs

Programs

  • Maple
    a:= n-> (combinat[numbpart]@@2)(n):
    seq(a(n), n=0..22);  # Alois P. Heinz, Apr 05 2017
  • Mathematica
    Table[Nest[PartitionsP, n, 2], {n, 0, 20}] (* Michael De Vlieger, Apr 25 2016 *)
  • PARI
    a(n) = numbpart(numbpart(n)); \\ Michel Marcus, Apr 25 2016

Formula

a(n) = A000041(A000041(n)). - Omar E. Pol, Apr 25 2016