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.

A129933 a(n) = (n*(n+1)/2+1)!/n!.

Original entry on oeis.org

1, 2, 12, 840, 1663200, 174356582400, 1561112121913344000, 1754317855900734514790400000, 341362923889542287855059017400320000000, 15163751542692044063740921044974247390216192000000000, 195932150519417838363658963697014150610807423633478962380800000000000
Offset: 0

Views

Author

N. J. A. Sloane, Jun 06 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n (n+1)/2+1)!/n!,{n,0,20}] (* Harvey P. Dale, Aug 04 2022 *)