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.

A134373 a(n) = ((2n)!)^3.

Original entry on oeis.org

1, 8, 13824, 373248000, 65548320768000, 47784725839872000000, 109903340320478724096000000, 662559760549147780765974528000000, 9159226129831418921308831875072000000000, 262435789155225791087396177124997988352000000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[((2n)!)^(3), {n, 0, 10}]
    ((2*Range[0, 10])!)^3 (* Harvey P. Dale, Jul 25 2016 *)
  • Sage
    [factorial(2*n)**3 for n in range(0,9)] # Stefano Spezia, Apr 22 2025

Extensions

Definition corrected by Harvey P. Dale, Jul 25 2016