A282048 Coefficients in q-expansion of E_4^5*E_6, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
1, 696, -34632, -167186976, -64422848328, -11387712944304, -1037073232984608, -48892286706157632, -1378097272692189000, -26188038166214133672, -364779879415169299632, -3952277018332870144608, -34798618196377082329632, -257403706082325167732976
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]^5*E6[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)