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”).

A289292
Coefficients in expansion of E_4^(1/2).
18
1, 120, -6120, 737760, -107249640, 17385063120, -3014720249760, 547287510713280, -102701836021530600, 19762301660609250840, -3878226140959368843120, 773209219953012480001440, -156173318001506652330786720, 31888935085481430265623676560
OFFSET
0,2
LINKS
R. S. Maier, Nonlinear differential equations satisfied by certain classical modular forms, arXiv:0807.1081 [math.NT], 2008-2010, p. 34 equation (7.29b).
FORMULA
G.f.: Product_{n>=1} (1-q^n)^(A110163(n)/2).
a(n) ~ (-1)^(n+1) * c * exp(Pi*sqrt(3)*n) / n^(3/2), where c = 3*Gamma(1/3)^9 / (32*sqrt(2)*Pi^(13/2)) = 0.27646925986847687648926173728588572192308632719... - Vaclav Kotesovec, Jul 02 2017, updated Mar 05 2018
G.f.: 3F2(1/6, 1/2, 5/6; 1, 1; 1728/j) where j is the elliptic modular invariant (A000521). - Seiichi Manyama, Jul 07 2017
MATHEMATICA
terms = 14;
E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
E4[x]^(1/2) + O[x]^terms // CoefficientList[#, x]& (* Jean-François Alcover, Feb 23 2018 *)
CROSSREFS
E_k^(1/2): A289291 (k=2), this sequence (k=4), A289293 (k=6), A004009 (k=8), A289294 (k=10), A289295 (k=14).
E_4^(k/8): A108091 (k=1), A289307 (k=2), A289308 (k=3), this sequence (k=4), A289309 (k=5), A289318 (k=6), A289319 (k=7).
Cf. A001421, A004009 (E_4), A110163.
Sequence in context: A008661 A246216 A246284 * A061541 A003438 A222157
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 02 2017
STATUS
approved