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!)
A282404 Coefficients in q-expansion of E_4*E_6^4, where E_4 and E_6 are respectively the Eisenstein series A004009 and A013973. 2
1, -1776, 975888, -66529344, -79516693488, 9511628122080, 2031621786790848, 134911299030780288, 4962883791154433040, 119289719378991436368, 2051366007318600561120, 26893975935849646148928, 281804567385216854182848 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
terms = 13;
E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
E4[x]*E6[x]^4 + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 27 2018 *)
CROSSREFS
Cf. A013974 (E_4*E_6 = E_10), A282287 (E_4*E_6^2), A282328 (E_4*E_6^3), this sequence (E_4*E_6^4).
Sequence in context: A205938 A238307 A233953 * A167282 A237906 A187524
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 14 2017
STATUS
approved

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 September 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)