login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107447 a(n) = binomial(n!, n^2). 1
1, 0, 0, 735471, 41749257038001257014137504, 8072776113194557737391130747136885454937928869204466648295480, 34145180671088019813488798475366394184193477615213303683031012996650190080826664983024305988320017979711374101114480000 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 07:20 EDT 2024. Contains 371921 sequences. (Running on oeis4.)