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.

A282332 Coefficients in q-expansion of E_4^3*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 A282332 #15 Feb 16 2025 08:33:41
%S A282332 1,-288,-325728,11700864,35176468896,6601058210880,438061091013504,
%T A282332 15173572442740992,327251435243536800,4913611331706352224,
%U A282332 55439979246339307200,496425441863436557184,3672747479405396310912,23148319784349233726784
%N A282332 Coefficients in q-expansion of E_4^3*E_6^2, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973.
%H A282332 Seiichi Manyama, <a href="/A282332/b282332.txt">Table of n, a(n) for n = 0..1000</a>
%H A282332 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/EisensteinSeries.html">Eisenstein Series.</a>
%t A282332 terms = 14;
%t A282332 E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
%t A282332 E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
%t A282332 E4[x]^3*E6[x]^2 + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 27 2018 *)
%Y A282332 Cf. A280869 (E_6^2), A282287 (E_4*E_6^2), A282292 (E_4^2*E_6^2 = E_10^2), this sequence (E_4^3*E_6^2).
%K A282332 sign
%O A282332 0,2
%A A282332 _Seiichi Manyama_, Feb 12 2017