A282096 Coefficients in q-expansion of E_2*E_6, where E_2, E_6 are the Eisenstein series shown in A006352, A013973, respectively.
1, -528, -4608, 312384, 3664416, 21745440, 86782464, 276703872, 741794400, 1758969264, 3797729280, 7568097984, 14222957952, 25253852064, 43166426112, 70518360960, 112406614752, 172631876832, 260795119104, 381636168000, 552633117120, 778105665024
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
Mathematica
terms = 22; E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}]; E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}]; E2[x]*E6[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)