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

A293304
Expansion of Product_{k>=1} (1 + x^(2*k-1) + 2*x^(4*k-2)).
4
1, 1, 2, 1, 1, 3, 3, 5, 6, 4, 6, 8, 11, 13, 13, 18, 19, 23, 29, 32, 35, 40, 48, 51, 65, 78, 86, 96, 102, 121, 142, 162, 179, 199, 220, 251, 289, 323, 359, 395, 450, 499, 562, 631, 695, 762, 840, 952, 1055, 1167, 1292, 1413, 1557, 1733, 1903, 2112, 2323, 2534
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c^(1/4) * exp(sqrt(2*c*n)) / (2^(5/4) * sqrt(Pi) * n^(3/4)), where c = -polylog(2, -1/2 + I*sqrt(7)/2) - polylog(2, -1/2 - I*sqrt(7)/2) = 1.323865936864425754643630663383779192757247984691212163137...
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(2*k-1) + 2*x^(4*k-2)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Cf. A293072.
Sequence in context: A035636 A104554 A372893 * A152414 A184834 A276777
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 05 2017
STATUS
approved