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

A289393
Coefficients in expansion of E_2^(3/4).
2
1, -18, -108, -936, -13194, -224424, -4218264, -84318336, -1759467636, -37903487130, -836893437912, -18844318997496, -431163494289720, -9997357777073064, -234430475682110256, -5550426839122171776, -132513976699508759994
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{n>=1} (1-q^n)^(3*A289394(n)).
a(n) ~ c / (n^(7/4) * r^n), where r = A211342 = 0.03727681029645165815098078565... is the root of the equation Sum_{k>=1} A000203(k) * r^k = 1/24 and c = -0.22385630328806525639758543854251232523806175231599584032442913209... - Vaclav Kotesovec, Jul 08 2017
MATHEMATICA
nmax = 20; CoefficientList[Series[(1 - 24*Sum[DivisorSigma[1, k]*x^k, {k, 1, nmax}])^(3/4), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 08 2017 *)
CROSSREFS
E_2^(k/4): A289392 (k=1), A289291 (k=2), this sequence (k=3).
Cf. A006352 (E_2), A289394.
Sequence in context: A060787 A019584 A356420 * A213562 A041622 A160765
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 05 2017
STATUS
approved