A372140 a(n) = Product_{k=1..n} BarnesG(k)^k.
1, 1, 1, 1, 16, 3981312, 2271857773302207479808, 133781874275586180035265927852035878702421114880000000
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, Barnes G-Function.
- Wikipedia, Barnes G-function.
Programs
-
Mathematica
Table[Product[BarnesG[k]^k, {k, 1, n}], {n, 0, 8}]
Comments