A255403 Product_{k=1..n} (k^k)!.
1, 24, 261332866810040451858432000000
Offset: 1
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..4
Crossrefs
Programs
-
Mathematica
Table[Product[(k^k)!, {k, 1, n}], {n, 1, 4}]
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.
Table[Product[(k^k)!, {k, 1, n}], {n, 1, 4}]
Comments