A282382 Coefficients in q-expansion of E_4^6*E_6, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
1, 936, 134568, -173988576, -104617833048, -27210540914064, -3910401774129888, -322823174243838912, -15429983442476298840, -469709326015243815672, -9973673112569954220432, -158215072218253260221088, -1972939697011615168926432
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
terms = 13; 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]^6*E6[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)