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.

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

This page as a plain text file.
%I A282403 #13 Feb 27 2018 02:58:22
%S A282403 1,-48,-392688,-67089216,37279185936,15066490704480,2098369148842944,
%T A282403 134803101024250752,4960096515113176080,119289357755096403984,
%U A282403 2051412780505054295520,26894040676649639982144,281804014682888704101312
%N A282403 Coefficients in q-expansion of E_4^4*E_6^2, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
%H A282403 Seiichi Manyama, <a href="/A282403/b282403.txt">Table of n, a(n) for n = 0..1000</a>
%t A282403 terms = 13;
%t A282403 E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
%t A282403 E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
%t A282403 E4[x]^4* E6[x]^2 + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 27 2018 *)
%Y A282403 Cf. A280869 (E_6^2), A282287 (E_4*E_6^2), A282292 (E_4^2*E_6^2 = E_10^2), A282332 (E_4^3*E_6^2), this sequence (E_4^4*E_6^2).
%K A282403 sign
%O A282403 0,2
%A A282403 _Seiichi Manyama_, Feb 14 2017