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.

A134367 a(n) = (n!)^(n-2).

Original entry on oeis.org

1, 1, 1, 6, 576, 1728000, 268738560000, 3252016064102400000, 4296582355504620109824000000, 828592942960967278432052230225920000000, 30067980714167580599742311330438184960000000000000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n!)^(n - 2), {n, 0, 10}]

Formula

a(n) ~ exp(1/12 + 2*n - n^2) * n^(n^2 - 3*n/2 - 1) * (2*Pi)^(n/2 - 1). - Vaclav Kotesovec, Oct 26 2017