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.

A000559 Generalized Stirling numbers of second kind.

Original entry on oeis.org

1, 12, 110, 945, 8092, 70756, 638423, 5971350, 57996774, 585092607, 6128147610, 66579524648, 749542556193, 8733648533696, 105203108066962, 1308549777461505, 16787682400875456, 221901108871482760, 3018891886411332135, 42230736603244134242
Offset: 3

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Column k=3 of A130191.

Programs

  • Mathematica
    nn = 23; t = Range[0, nn]! CoefficientList[Series[1/6*(Exp[Exp[x] - 1] - 1)^3, {x, 0, nn}], x]; Drop[t, 3] (* T. D. Noe, Aug 10 2012 *)

Formula

E.g.f.: (1/3!) * (exp(exp(x) - 1) - 1)^3. - Vladeta Jovovic, Sep 28 2003
a(n) = Sum_{k=0..n} Stirling2(n,k) * Stirling2(k,3).

Extensions

More terms from David W. Wilson, Jan 13 2000