A290048 Coefficients in expansion of E_6*Delta^2 where Delta is the generating function of Ramanujan's tau function (A000594).
1, -552, 8640, 116000, -4868460, 67855536, -544522240, 2742137280, -8237774250, 10592091400, 3366617856, 113971542048, -1217020425880, 4535746506000, -5415752171520, -19090509870144, 93580817811453, -142801363479240, -80721277168000, 665065363025280
Offset: 2
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 2..1000
- S. C. Milne, Hankel determinants of Eisenstein series, preprint, arXiv:0009130 [math.NT], 2000.
Crossrefs
Programs
-
Mathematica
terms = 20; E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}]; E6[x]*QPochhammer[x]^48 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)