A371339 a(n) = Product_{k=1..n} A000178(k)^k.
1, 1, 4, 6912, 47552535724032, 2344457420244640062508151026483200000, 556518660278190472985800630083758030134707790620313895060688076800000000000000000
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, Superfactorial.
Programs
-
Mathematica
Table[Product[BarnesG[k+2]^k, {k, 1, n}], {n, 0, 8}]
Formula
a(n) = Product_{k=1..n} BarnesG(k+2)^k.