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.

A080911 a(n) = binomial(n!,(n-1)!).

Original entry on oeis.org

1, 2, 15, 134596, 10872202353646160680764975
Offset: 1

Views

Author

Labos Elemer, Apr 01 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Binomial[n!, (n-1)!], {n, 1, 7}] (* Vaclav Kotesovec, Nov 13 2014 *)