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”).

A293488
E.g.f.: Product_{m>0} (1 + x^(2*m-1) + x^(4*m-2)/2!).
2
1, 1, 1, 6, 24, 180, 1080, 10080, 90720, 907200, 10886400, 139708800, 2035756800, 29578348800, 479480601600, 7846046208000, 146459529216000, 2845499424768000, 58421660064768000, 1246862279190528000, 28586598596075520000, 664182248232222720000
OFFSET
0,4
LINKS
FORMULA
a(n) ~ 2^(-3/4) * c^(1/4) * exp(sqrt(2*c*n) - n) * n^(n-1/4), where c = -polylog(2, -1/2 - I/2) - polylog(2, -1/2 + I/2) = 0.966945612722157030083754546059357521... - Vaclav Kotesovec, Oct 11 2017
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(m=1, N, 1+x^(2*m-1)+x^(4*m-2)/2)))
CROSSREFS
Column k=2 of A293486.
Sequence in context: A375627 A349498 A200904 * A038033 A064049 A336267
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 10 2017
STATUS
approved