login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057863 Prod(k=0,n,(2k+1)!!) 7
1, 1, 3, 45, 4725, 4465125, 46414974375, 6272287562165625, 12714083695698776015625, 438120013555654794702228515625, 286849911214281324754704976473779296875 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

a(n) is the coefficient of the closed form for BarnesG[(2n-1)/2].

a(n) is the hook product corresponding to the partition (n,n-1,...,2,1). a(n)=(n(n+1)/2)!/A005118(n+1). - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 21 2004

Hankel transform of A185998. - Paul Barry, 8 Feb 2011.

LINKS

Eric Weisstein's World of Mathematics, Barnes G-Function

FORMULA

a(n)=Product{k=0..n, (2k+1)^(n-k)}.

MATHEMATICA

a[n_] := Product[2^i Gamma[1/2+i]/Sqrt[Pi], {i, n-2}]

PROG

(PARI) a(n)=prod(k=0, n, prod(i=0, k, 2*i+1))

CROSSREFS

Cf. A000178, A005118.

Sequence in context: A099168 A004105 A060336 * A124488 A086683 A155203

Adjacent sequences:  A057860 A057861 A057862 * A057864 A057865 A057866

KEYWORD

nonn

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

EXTENSIONS

Simpler description from Benoit Cloitre (benoit7848c(AT)orange.fr), May 03 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.