A282154 Coefficients in expansion of Eisenstein series -q*(d/dq)(q*(d/dq)E_2).
0, 24, 288, 864, 2688, 3600, 10368, 9408, 23040, 25272, 43200, 34848, 96768, 56784, 112896, 129600, 190464, 124848, 303264, 173280, 403200, 338688, 418176, 304704, 829440, 465000, 681408, 699840, 1053696, 605520, 1555200, 738048, 1548288, 1254528, 1498176
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
terms = 35; E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}]; -x*D[x*D[E2[x], x], x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)