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.

A282595 Coefficients in q-expansion of E_2^2*E_6, where E_2 and E_6 are respectively the Eisenstein series A006352 and A013973.

This page as a plain text file.
%I A282595 #12 Feb 27 2018 02:58:57
%S A282595 1,-552,7992,460896,-3450504,-88161264,-728085024,-3775195968,
%T A282595 -14894175240,-48567693576,-137214605232,-347495426784,-804758753568,
%U A282595 -1733365307184,-3511286411328,-6753825302976,-12422812497672,-21971174382288,-37567247938344
%N A282595 Coefficients in q-expansion of E_2^2*E_6, where E_2 and E_6 are respectively the Eisenstein series A006352 and A013973.
%H A282595 Seiichi Manyama, <a href="/A282595/b282595.txt">Table of n, a(n) for n = 0..1000</a>
%t A282595 terms = 19;
%t A282595 E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];
%t A282595 E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
%t A282595 E2[x]^2*E6[x] + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 27 2018 *)
%Y A282595 Cf. A282018 (E_2^3), this sequence (E_2^2*E_6), A282576 (E_2*E_6^2), A282253 (E_6^3).
%K A282595 sign
%O A282595 0,2
%A A282595 _Seiichi Manyama_, Feb 19 2017