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.

A255403 Product_{k=1..n} (k^k)!.

Original entry on oeis.org

1, 24, 261332866810040451858432000000
Offset: 1

Views

Author

Vaclav Kotesovec, Feb 22 2015

Keywords

Comments

The next term (a(4)) has 537 digits.

Crossrefs

Programs

  • Mathematica
    Table[Product[(k^k)!, {k, 1, n}], {n, 1, 4}]