cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A282000 Coefficients in q-expansion of E_4^3*E_6, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.

This page as a plain text file.
%I A282000 #21 Feb 26 2018 17:24:46
%S A282000 1,216,-200232,-85500576,-11218984488,-499862636784,-11084671590048,
%T A282000 -152346382155072,-1474691273530920,-10921720940625672,
%U A282000 -65489246355989232,-331011680696545248,-1452954445366288032,-5665058572086302256,-19968589327695656256
%N A282000 Coefficients in q-expansion of E_4^3*E_6, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
%D A282000 G. E. Andrews and B. C. Berndt, Ramanujan's lost notebook, Part III, Springer, New York, 2012, See p. 208.
%H A282000 Seiichi Manyama, <a href="/A282000/b282000.txt">Table of n, a(n) for n = 0..1000</a>
%F A282000 -28728 * A013965(n) = 43867 * a(n) - 9504000 * A037944(n) for n > 0.
%t A282000 terms = 15;
%t A282000 E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
%t A282000 E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
%t A282000 E4[x]^3*E6[x] + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 26 2018 *)
%Y A282000 Cf. A004009 (E_4), A013973 (E_6), A013974 (E_4*E_6 = E_10), A058550 (E_4^2*E_6 = E_14), this sequence (E_4^3*E_6), A282047 (E_4^4*E_6), A282048 (E_4^5*E_6).
%Y A282000 Cf. A013965, A037944, A281928.
%K A282000 sign
%O A282000 0,2
%A A282000 _Seiichi Manyama_, Feb 05 2017