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!)
A296590 a(n) = Product_{k=0..n} binomial(2*n - k, k). 4
1, 1, 3, 30, 1050, 132300, 61122600, 104886381600, 674943865596000, 16407885372638760000, 1515727634953623371280000, 534621388490302221024396480000, 722849817707190846398223943885440000, 3759035907022704558524683975387453632000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Apart from the offset the same as A203469. - R. J. Mathar, Alois P. Heinz, Jan 02 2018
LINKS
Eric Weisstein's World of Mathematics, Barnes G-Function.
FORMULA
a(n) = A^(3/2) * 2^(n^2 - 1/24) * BarnesG(n + 3/2) / (exp(1/8) * Pi^(n/2 + 1/4) * BarnesG(n + 2)), where A is the Glaisher-Kinkelin constant A074962.
a(n) ~ A^(3/2) * exp(n/2 - 1/8) * 2^(n^2 - 7/24) / (Pi^((n+1)/2) * n^(n/2 + 3/8)), where A is the Glaisher-Kinkelin constant A074962.
MAPLE
A296590 := proc(n)
mul( binomial(2*n-k, k), k=0..n) ;
end proc:
seq(A296590(n), n=0..7) ; # R. J. Mathar, Jan 03 2018
MATHEMATICA
Table[Product[Binomial[2*n-k, k], {k, 0, n}], {n, 0, 15}]
Table[Glaisher^(3/2) * 2^(n^2 - 1/24) * BarnesG[n + 3/2] / (E^(1/8) * Pi^(n/2 + 1/4) * BarnesG[n + 2]), {n, 0, 15}]
CROSSREFS
Sequence in context: A229373 A355400 A203469 * A203478 A012008 A335710
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Dec 16 2017
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 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)