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!)
A299712 Coefficients in expansion of (E_14/E_2^14)^(1/4). 3
1, 78, -44928, -14386944, -5323508814, -1996794824544, -833028042023424, -358702721913389568, -160514702770156497360, -73334654476723097306706, -34151846554093744054455552, -16125009656471947012310740224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ -2^(3/4) * sqrt(3) * Pi^(11/2) * exp(2*Pi*n) / (864 * Gamma(3/4)^9 * n^(5/4)). - Vaclav Kotesovec, Jun 03 2018
MATHEMATICA
terms = 12;
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}];
E10[x_] = 1 - 264*Sum[k^9*x^k/(1 - x^k), {k, 1, terms}];
E14[x_] = E4[x]*E10[x];
(E14[x]/E2[x]^14)^(1/4) + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)
CROSSREFS
Sequence in context: A119216 A119236 A126998 * A159402 A093239 A299713
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 17 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)