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.

Showing 1-2 of 2 results.

A127223 a(n) = (n^2)!/n!.

Original entry on oeis.org

1, 1, 12, 60480, 871782912000, 129260083694424883200000, 516657398319307246483332566876160000000, 120690846038545150966716699071685590652292228448256000000000
Offset: 0

Views

Author

Artur Jasinski, Jan 09 2007

Keywords

Crossrefs

Programs

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

Extensions

a(0) = 1 prepended by Peter Luschny, May 20 2019

A127225 a(n) = (n^4)!/n!.

Original entry on oeis.org

1, 1, 10461394944000, 966187670124561330979955705263018184235392874121937659790977508286065029948982009376030755708290990080000000000000000000
Offset: 0

Views

Author

Artur Jasinski, Jan 09 2007

Keywords

Crossrefs

Programs

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

Extensions

Typo corrected (the last 42 digits of the fourth entry had erroneously become a separate fifth entry) by Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009
Showing 1-2 of 2 results.