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.

A134368 a(n) = ((2n)!)^(n+1).

Original entry on oeis.org

1, 4, 13824, 268738560000, 106562062388507443200000, 2283380023591730815784976384000000000000, 5785737804304645733190746102656048717392091545600000000000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

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

Formula

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