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.

A282101 Coefficients in q-expansion of E_2*E_4^2, where E_2, E_4 are the Eisenstein series shown in A006352, A004009, respectively.

This page as a plain text file.
%I A282101 #14 Feb 23 2018 03:40:41
%S A282101 1,456,50328,-470496,-21784008,-234371664,-1446514848,-6502690752,
%T A282101 -23328111240,-71276388312,-191952331632,-468159788448,-1052750026272,
%U A282101 -2212261706256,-4394299104576,-8303419066176,-15060718806024,-26284654025712,-44471780630856
%N A282101 Coefficients in q-expansion of E_2*E_4^2, where E_2, E_4 are the Eisenstein series shown in A006352, A004009, respectively.
%H A282101 Seiichi Manyama, <a href="/A282101/b282101.txt">Table of n, a(n) for n = 0..1000</a>
%t A282101 terms = 19;
%t A282101 E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];
%t A282101 E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
%t A282101 E2[x]*E4[x]^2 + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 23 2018 *)
%Y A282101 Cf. A006352 (E_2), A004009 (E_4), A008410 (E_8).
%Y A282101 Cf. A281374 (E_2^2), A282019 (E_2*E_4), A282096 (E_2*E_6), this sequence (E_2*E_8), A282102 (E_2*E_10).
%K A282101 sign
%O A282101 0,2
%A A282101 _Seiichi Manyama_, Feb 06 2017