[go: up one dir, main page]

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!)
Revision History for A107447 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A107447 a(n) = binomial(n!, n^2).
(history; published version)
#9 by OEIS Server at Sun Mar 24 02:32:43 EDT 2024
LINKS

G. C. Greubel, <a href="/A107447/b107447_1.txt">Table of n, a(n) for n = 1..11</a>

#8 by Michel Marcus at Sun Mar 24 02:32:43 EDT 2024
STATUS

reviewed

approved

Discussion
Sun Mar 24 02:32
OEIS Server: Installed first b-file as b107447.txt.
#7 by Joerg Arndt at Sun Mar 24 02:16:24 EDT 2024
STATUS

proposed

reviewed

#6 by G. C. Greubel at Sun Mar 24 01:28:28 EDT 2024
STATUS

editing

proposed

#5 by G. C. Greubel at Sun Mar 24 01:25:10 EDT 2024
NAME

Ca(n) = binomial(n!,!, n^2).

LINKS

G. C. Greubel, <a href="/A107447/b107447_1.txt">Table of n, a(n) for n = 1..11</a>

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

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:26:16 EDT 2012
AUTHOR

_Zak Seidov (zakseidov(AT)yahoo.com), _, May 26 2005

Discussion
Fri Mar 30 17:26
OEIS Server: https://oeis.org/edit/global/139
#3 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
CROSSREFS

Cf. A014062 C(n^2,, n), A086687 C(n!,!, n).

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
MATHEMATICA

a[n_]:= Binomial[n!, !, n^2]

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
NAME

C(n!,n^2).

DATA

1, 0, 0, 735471, 41749257038001257014137504, 8072776113194557737391130747136885454937928869204466648295480, 34145180671088019813488798475366394184193477615213303683031012996650190080826664983024305988320017979711374101114480000

OFFSET

1,4

MATHEMATICA

a[n_]:= Binomial[n!, n^2]

CROSSREFS

Cf. A014062 C(n^2,n), A086687 C(n!,n).

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), 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 August 29 21:33 EDT 2024. Contains 375518 sequences. (Running on oeis4.)