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.

A127224 a(n) = (n^3)!/n!.

Original entry on oeis.org

1, 1, 20160, 1814811575069725360128000000, 5286955507745173504309724555631728366786063173939383008283412265633946009600000000000000
Offset: 0

Views

Author

Artur Jasinski, Jan 09 2007

Keywords

Crossrefs

Programs

  • Magma
    [ Factorial(n^3) / Factorial(n) : n in [0..10]]; // Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009
  • Mathematica
    Table[(n^3)!/(n!), {n, 0, 10}]

Extensions

Typo corrected (the last 10 zeros of the fourth entry had erroneously become a separate fifth entry) by Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009
a(0)=1 preprended by Amiram Eldar, Jul 27 2025