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.

A256511 a(n) = (n^2 - 1)!.

Original entry on oeis.org

1, 6, 40320, 1307674368000, 620448401733239439360000, 10333147966386144929666651337523200000000, 12413915592536072670862289047373375038521486354677760000000000
Offset: 1

Views

Author

Nichole Suomi Smith, Mar 31 2015

Keywords

Crossrefs

Programs

  • Maple
    seq(factorial(i^2-1), i = 1 .. 8);
  • Mathematica
    (Range[10]^2-1)! (* Harvey P. Dale, Oct 07 2023 *)

Formula

a(n) = (2*Pi)^(1/2 - n/2)*n^(n^2 - 1/2)*Product_{j=0..n-1} Gamma(n+j/n). - Karol A. Penson, Jan 11 2024