The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294979 Coefficients in expansion of (E_2^6/E_6)^(1/12). 2
1, 30, 12240, 4620000, 1915684770, 839549366208, 381374756189280, 177631327935911040, 84272487587664762240, 40549569894460426101150, 19730577674798681251391712, 9687875889040210133058857760, 4792614349874614536514510456320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Convolution inverse of A294976.
G.f.: Product_{n>=1} (1-q^n)^(-A294975(n)).
a(n) ~ 2^(13/12) * 3^(1/3) * sqrt(Pi) * exp(2*Pi*n) / (Gamma(1/12) * Gamma(1/4)^(4/3) * n^(11/12)). - Vaclav Kotesovec, Jun 03 2018
MATHEMATICA
terms = 13;
E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];
E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
(E2[x]^6/E6[x])^(1/12) + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)
CROSSREFS
Sequence in context: A299410 A294976 A294975 * A250435 A137749 A007741
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 12 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 May 18 19:36 EDT 2024. Contains 372666 sequences. (Running on oeis4.)