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.

A119383 a(n) = n!- A088921(n).

Original entry on oeis.org

0, 0, 0, 1, 11, 87, 640, 4855, 39909, 361995, 3626938, 39912947, 478993719, 6227004807, 87178258916, 1307674303055, 20922789757641, 355687427834707, 6402373705204718, 121645100407784603, 2432902008174544219
Offset: 0

Views

Author

Roger L. Bagula, Jun 07 2007

Keywords

Crossrefs

Cf. A088921.

Programs

  • Mathematica
    g[n_] = n! - (2^(n + 1) - Binomial[n + 1, 3] - 2*n - 1); Table[g[n], {n, 0, 30}]

Extensions

Offset set to 0, definition shortened, References converted to URL's - The Assoc. Eds. of the OEIS, Oct 20 2010