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.

A121292 a(n) = Bell(3*n+1).

Original entry on oeis.org

1, 15, 877, 115975, 27644437, 10480142147, 5832742205057, 4506715738447323, 4638590332229999353, 6160539404599934652455, 10293358946226376485095653, 21195039388640360462388656799, 52868366208550447901945575624941, 157450588391204931289324344702531067
Offset: 0

Views

Author

Vladeta Jovovic, Aug 24 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ BellB[3*n + 1], {n, 0, 10}]  (* Jean-François Alcover, Dec 13 2012 *)
  • PARI
    a(n)={my(k=3*n+1); k!*polcoef(exp(exp(x + O(x*x^k)) - 1), k)} \\ Andrew Howroyd, Jan 08 2020

Formula

E.g.f.: exp(-1)*Sum_{n>=0} n*exp(n^3*x)/n!.

Extensions

Terms a(11) and beyond from Andrew Howroyd, Jan 08 2020