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!)
A272095 a(n) = Product_{k=0..n} binomial(n^2,k). 6
1, 1, 24, 27216, 1956864000, 11593630125000000, 7004354761049263478784000, 515246658615545697034849051407876096, 5368556637668593177532650186945239827409750982656, 9038577429104951379916309583338181472480254559457860096000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((n^2)!)^(n+1) / (A272164(n) * A000178(n)).
a(n) ~ A * exp(3*n^2/4 + 5*n/6 - 1/8) * n^(n^2/2 - 5/12) / (2*Pi)^((n+1)/2), where A = A074962 is the Glaisher-Kinkelin constant.
MATHEMATICA
Table[Product[Binomial[n^2, k], {k, 0, n}], {n, 0, 10}]
Table[((n^2)!)^(n+1) * BarnesG[n^2 - n + 1] / (BarnesG[n^2 + 2] * BarnesG[n+2]), {n, 0, 10}]
CROSSREFS
Sequence in context: A258874 A188961 A153303 * A188952 A258901 A062322
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 20 2016
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 26 03:35 EDT 2024. Contains 371989 sequences. (Running on oeis4.)