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

A288837
Coefficients in expansion of 691*E_12/Delta where Delta is the generating function of Ramanujan's tau function (A000594).
2
691, 82104, 136046844, 14852188160, 597231279270, 13989886672896, 230243024654600, 2938148100366336, 30857982903707085, 277430202679296000, 2194920198781034220, 15594068776929177600, 101032430846167832154, 604150780302870773760
OFFSET
-1,1
LINKS
FORMULA
a(n) = 691*A000521(n) = 691*A289063(n+1) for n > 0.
G.f.: 691*j - 432000 where j is the elliptic modular invariant.
a(n) ~ 691 * exp(4*Pi*sqrt(n)) / (sqrt(2) * n^(3/4)). - Vaclav Kotesovec, Apr 09 2018
MATHEMATICA
terms = 14;
E12[x_] = 1 + (65520/691)*Sum[k^11*x^k/(1 - x^k), {k, 1, terms}];
691*E12[x]/QPochhammer[x]^24 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)
CROSSREFS
Cf. A000521 (j), A000594 (Delta), A029828 (691*E_12), A289063 (q*E_6^2/Delta), A289981.
Sequence in context: A135843 A130662 A029828 * A290049 A288989 A290009
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 17 2017
STATUS
approved