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!)
A300054 Coefficients in expansion of (E_4^3/E_6^2)^(1/3). 19
1, 576, 235008, 109880064, 53449592832, 26574124961664, 13393739222599680, 6814262482916285952, 3490692930294883909632, 1797524713443792341369664, 929454499859725260939506688, 482202319224911188610453541120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Convolution inverse of A299414.
a(n) ~ 2^(8/3) * Pi^2 * exp(2*Pi*n) / (3^(1/3) * Gamma(1/4)^(8/3) * Gamma(2/3) * n^(1/3)). - Vaclav Kotesovec, Mar 04 2018
a(n) * A299414(n) ~ -exp(4*Pi*n) / (sqrt(3)*Pi*n^2). - Vaclav Kotesovec, Mar 04 2018
MATHEMATICA
terms = 12;
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]^3/E6[x]^2)^(1/3) + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 28 2018 *)
CROSSREFS
(E_4^3/E_6^2)^(k/288): A289365 (k=1), A299694 (k=2), A299696 (k=3), A299697 (k=4), A299698 (k=6), A299943 (k=8), A299949 (k=9), A289369 (k=12), A299950 (k=16), A299951 (k=18), A299953 (k=24), A299993 (k=32), A299994 (k=36), A300052 (k=48), A300053 (k=72), this sequence (k=96), A300055 (k=144), A289209 (k=288).
Cf. A004009 (E_4), A013973 (E_6), A299414.
Sequence in context: A249688 A079396 A299414 * A013775 A068277 A068289
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 23 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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)