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.

A174992 a(n) = n! - A000800(n).

Original entry on oeis.org

0, 0, 1, 4, 19, 107, 682, 4915, 39871, 361138, 3621531, 39884367, 478847750, 6226248403, 87174202427, 1307651621142, 20922657286067, 355686620215179, 6402368573492818, 121645066483568099, 2432901775271051559, 51090940513901948778
Offset: 0

Views

Author

Roger L. Bagula, Dec 02 2010

Keywords

Crossrefs

Programs

  • Mathematica
    a = Table[n! - Sum[(
        Eulerian[n - j, j]), {j, 0, Floor[n/2]}], {n, 0, 30}]

Extensions

Definition corrected by Roger L. Bagula, Dec 03 2010