A282541 Coefficients in q-expansion of E_4^5*E_6^2, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
1, 192, -402048, -161431296, 20329262976, 23865942948480, 5794392238723584, 671204645516954112, 41947216018774335360, 1615253348424607402944, 42337765240473386384640, 812656088633074046171904, 12060155362281020231526912
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]^5* E6[x]^2 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)