A282402 Coefficients in q-expansion of E_4^7, where E_4 is the Eisenstein series A004009.
1, 1680, 1224720, 505659840, 129351117840, 21060890131680, 2160822606183360, 134717272385473920, 4957295423282269200, 119288258695393463760, 2051465861242156554720, 26894077218337493424960, 281803532524538902825920
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}]; E4[x]^7 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)