login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A295788
Coefficients in expansion of (E_10/E_2^10)^(1/4).
3
1, -6, -41652, -11504904, -4378103178, -1652544433080, -700184843900712, -302796005909941632, -136251754253507319300, -62421509259448987324542, -29147951871527035454309160, -13787807362002100397282325912
OFFSET
0,2
LINKS
FORMULA
a(n) ~ -Pi^4 * exp(2*Pi*n) / (3^(7/4) * 2^(15/4) * Gamma(3/4)^7 * 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}];
E10[x_] = 1 - 264*Sum[k^9*x^k/(1 - x^k), {k, 1, terms}];
(E10[x]/E2[x]^10)^(1/4) + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 26 2018 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 13 2018
STATUS
approved