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.

A275540 a(n) = n! + n!! - n - 1.

Original entry on oeis.org

1, 0, 1, 5, 27, 129, 761, 5137, 40695, 363815, 3632629, 39927183, 479047667, 6227155921, 87178936305, 1307676395009, 20922800209903, 355687462555407, 6402373891522541, 121645101063561055, 2432902011892531179
Offset: 0

Views

Author

Olivier Gérard, Aug 01 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Table[n! + n!! - n - 1, {n, 0, 20}] (* Bruno Berselli, Aug 11 2016 *)