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.

A093897 a(n) = A093896(n)! / n^n.

Original entry on oeis.org

1, 6, 13440, 14175, 4963587213865915514880, 28028000, 738615790595351500616546025309298211371540807680000000000, 18172761476738086968750, 52650499032325167909847642931200000000
Offset: 1

Views

Author

Amarnath Murthy, Apr 23 2004

Keywords

Crossrefs

Cf. A093896.

Programs

  • Mathematica
    Table[k = 1; While[Mod[k!, n^n] > 0, k++ ]; k!/n^n, {n, 1, 10}] (* Stefan Steinerberger, Mar 11 2006 *)

Extensions

More terms from Stefan Steinerberger, Mar 11 2006