A282047 Coefficients in q-expansion of E_4^4*E_6, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
1, 456, -146232, -133082976, -32170154808, -3378441902544, -155862776255328, -3969266446940352, -65538944782146360, -777506848190979672, -7105808014591457232, -52584752452485047328, -326903300701760852832, -1755591608260377411216
Offset: 0
Keywords
References
- G. E. Andrews and B. C. Berndt, Ramanujan's lost notebook, Part III, Springer, New York, 2012, See p. 208.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
terms = 14; E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}]; E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}]; E4[x]^4*E6[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)