A134375 a(n) = (n!)^4.
1, 1, 16, 1296, 331776, 207360000, 268738560000, 645241282560000, 2642908293365760000, 17340121312772751360000, 173401213127727513600000000, 2538767161403058526617600000000, 52643875858853821607942553600000000, 1503561738404723998944447273369600000000
Offset: 0
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..100
Crossrefs
Programs
-
Maple
a:= n-> (n!)^4: seq(a(n), n=0..20); # Alois P. Heinz, Aug 15 2013
-
Mathematica
Table[((n)!)^(4), {n, 0, 10}]
Formula
a(n) = det(S(i+4,j), 1 <= i,j <= n), where S(n,k) are Stirling numbers of the second kind. - Mircea Merca, Apr 04 2013
Comments