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!)
A291547 a(n) = ((2*n-1)!!)^n. 1
1, 9, 3375, 121550625, 753631499840625, 1261673443947253805015625, 822952789790387281855874669859609375, 285018362247755338974104595257347347998199462890625, 68512882179510153729154120317673085873841328059500855014801025390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = ((2*n)!/n!)^n / 2^(n^2).
a(n) ~ 2^(n^2 + n/2) * n^(n^2) / exp(n^2 + 1/24).
MATHEMATICA
Table[Product[2*k - 1, {k, 1, n}]^n, {n, 1, 10}]
Table[((2*n - 1)!!)^n, {n, 1, 10}]
CROSSREFS
Sequence in context: A335010 A203744 A234145 * A266458 A238120 A229151
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 26 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)