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.

A289680 a(n) = Catalan(n+1)*Bell(n).

Original entry on oeis.org

1, 2, 10, 70, 630, 6864, 87087, 1254110, 20128680, 355185012, 6817706350, 141150702840, 3130281211300, 73933388090280, 1850739337395090, 48898191857790150, 1358695827817964130, 39579468688851814800, 1205409232277565987210, 38286822212810480963940, 1265497066771343361031440
Offset: 0

Views

Author

N. J. A. Sloane, Aug 04 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Array[CatalanNumber[# + 1] BellB[#] &, 21, 0] (* Michael De Vlieger, Aug 04 2017 *)