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.

A069471 Stirling transform of squares of Bell numbers: a(0)=1, a(n) = Sum_{k=1..n} Stirling2(n,k)*(bell(k))^2.

Original entry on oeis.org

1, 1, 5, 38, 404, 5640, 98769, 2099606, 52883390, 1549218221, 52014755913, 1977659061064, 84305075757125, 3995485979209678, 209005906088572893, 11992147240091361387, 750583356339067110013, 50998365413706734478011
Offset: 0

Views

Author

Karol A. Penson, Mar 25 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{1}, Table[Sum[StirlingS2[n, k]*BellB[k]^2, {k, 1, n}], {n, 1, 50}]] (* G. C. Greubel, May 23 2018 *)