A282253 Coefficients in q-expansion of E_6^3, where E_6 is the Eisenstein series shown in A013973.
1, -1512, 712152, -78097824, -11474230824, -498089967984, -11088580243104, -152351956669248, -1474676091461160, -10921529499813576, -65490182325115632, -331010378444247264, -1452953351890984608, -5665062963045803184, -19968586384352171328
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
terms = 15; E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}]; E6[x]^3 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)