login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A254866
a(n) = (n!!)^n.
2
1, 1, 4, 27, 4096, 759375, 12230590464, 140710042265625, 472769874482845188096, 601016336033894136931640625, 697127546117424200558837760000000000, 153133225508583375568553948649382367138671875, 91653624689233987245068783089656480594395136000000000000
OFFSET
0,3
LINKS
Eric Weisstein, Double Factorial, (MathWorld)
FORMULA
a(n) ~ Pi^(n/2) * n^(n*(n+1)/2) / exp(n^2/2 - 1/6) if n is even.
a(n) ~ 2^(n/2) * n^(n*(n+1)/2) / exp(n^2/2 - 1/6) if n is odd.
MATHEMATICA
Table[(n!!)^n, {n, 0, 15}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Feb 19 2015
STATUS
approved