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!)
A294181 Coefficients in expansion of E_2/E_4. 3
1, -264, 61128, -14107296, 3255470952, -751247454384, 173361309784992, -40005651284526912, 9231887649122522280, -2130392752758423726312, 491619206548389935051568, -113448303808924351510423008, 26179851123971817380111236128 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Convolution inverse of A288877.
a(n) ~ (-1)^n * 1024 * Pi^11 * exp(Pi*sqrt(3)*n) / (3^(3/2) * Gamma(1/3)^18). - Vaclav Kotesovec, Jun 03 2018
MATHEMATICA
terms = 13;
E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];
E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
E2[x]/E4[x] + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 23 2018 *)
CROSSREFS
Cf. A001943, A004009 (E_4), A006352 (E_2), A288877.
E_k/E_{k+2}: this sequence (k=2), A294182 (k=4), A294183 (k=6).
Sequence in context: A107507 A239183 A289062 * A013974 A289024 A145639
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 11 2018
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 August 3 23:57 EDT 2024. Contains 374905 sequences. (Running on oeis4.)