login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A282586 Coefficients in q-expansion of E_2^3*E_4, where E_2 and E_4 are respectively the Eisenstein series A006352 and A004009. 4

%I #12 Feb 27 2018 02:58:51

%S 1,168,-13608,210336,1805496,-22562064,-322437024,-2063087808,

%T -9165872520,-32250917496,-96383477232,-254377990944,-608736541728,

%U -1346209592784,-2786771573568,-5459635814976,-10197462567432,-18283324047408,-31620880746504

%N Coefficients in q-expansion of E_2^3*E_4, where E_2 and E_4 are respectively the Eisenstein series A006352 and A004009.

%H Seiichi Manyama, <a href="/A282586/b282586.txt">Table of n, a(n) for n = 0..1000</a>

%t terms = 19;

%t E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];

%t E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];

%t E2[x]^3*E4[x] + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 27 2018 *)

%Y Cf. A282019 (E_2*E_4), A282208 (E_2^2*E_4), this sequence (E_2^3*E_4).

%K sign

%O 0,2

%A _Seiichi Manyama_, Feb 19 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)