A046882 Ultrafactorials: a(n) = n!^n!.
1, 1, 4, 46656, 1333735776850284124449081472843776
Offset: 0
Keywords
Links
- Jean-Christophe Pain, Bounds on the p-adic valuation of the factorial, hyperfactorial and superfactorial, arXiv:2408.00353 [math.NT], 2024. See p. 6.
- Eric Weisstein's World of Mathematics, Ultrafactorial.
Programs
-
Mathematica
lst={};Do[a=n!^n!;AppendTo[lst, a], {n, 6}];lst (* Vladimir Joseph Stephan Orlovsky, Oct 01 2008 *) #^#&/@(Range[0,5]!) (* Harvey P. Dale, Oct 15 2023 *)
Formula
Sum_{n>=1} 1/a(n) = A100085. - Amiram Eldar, Nov 11 2020
Comments