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.

A134371 a(n) = ((2n)!)^n.

Original entry on oeis.org

1, 2, 576, 373248000, 2642908293365760000, 629238322197897601351680000000000, 12078744213598964456884373878200091017216000000000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

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

Formula

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