login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A107447
a(n) = binomial(n!, n^2).
1
1, 0, 0, 735471, 41749257038001257014137504, 8072776113194557737391130747136885454937928869204466648295480, 34145180671088019813488798475366394184193477615213303683031012996650190080826664983024305988320017979711374101114480000
OFFSET
1,4
LINKS
MATHEMATICA
a[n_]:= Binomial[n!, n^2]; Array[a, 10]
PROG
(Magma) [Binomial(Factorial(n), n^2): n in [1..9]; // G. C. Greubel, Mar 24 2024
(SageMath) [binomial(factorial(n), n^2) for n in range(1, 10)] # G. C. Greubel, Mar 24 2024
CROSSREFS
Cf. A014062 C(n^2, n), A086687 C(n!, n).
Sequence in context: A238297 A329225 A236901 * A184504 A249317 A251487
KEYWORD
nonn
AUTHOR
Zak Seidov, May 26 2005
STATUS
approved