A127235 a(n) = n! (2*sum(1..n-1))!.
1, 4, 4320, 11496038400, 291948240981196800000, 190982059064777562218142105600000000, 7081230833474514688657438735472338312479375360000000000
Offset: 1
Keywords
Programs
-
Mathematica
Table[n! (2*Sum[x, {x, 1, n - 1}])!, {n, 1, 10}]
Comments