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.

A127488 a(n) = (n^2)!/(2*(n!)).

Original entry on oeis.org

6, 30240, 435891456000, 64630041847212441600000, 258328699159653623241666283438080000000
Offset: 2

Views

Author

Artur Jasinski, Jan 16 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n^2)!/(2(n!)), {n, 2, 6}]

Formula

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