A255268 a(n) = Product_{k=1..n} k!^n.
1, 4, 1728, 6879707136, 49302469038676377600000, 237376313799769806328950291431424000000000000, 487929826521303413461947888047619993419888153407795494912000000000000000000000
Offset: 1
Keywords
Links
- Eric Weisstein's World of Mathematics, Barnes G-Function
- Eric Weisstein's World of Mathematics, Superfactorial
Programs
-
Mathematica
Table[Product[k!,{k,1,n}]^n,{n,1,10}] Table[BarnesG[n+2]^n, {n, 1, 10}]