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.

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

Original entry on oeis.org

1, 216, 207360000, 3252016064102400000, 2283380023591730815784976384000000, 161469323688736156802100136913438716723200000000000000, 2260697901194635682690248130915498742378267539496871953338204160000000000000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

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

Formula

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

Extensions

Typo in a(6) corrected by Georg Fischer, Apr 10 2024