A377976 Expansion of the 48th root of the series 2*E_2(x) - E_4(x), where E_2(x) and E_4(x) are the Eisenstein series of weight 2 and 4.
1, -6, -894, -174420, -38431614, -9048710040, -2221653118116, -561444889080960, -144914324838755910, -38011797621225586602, -10098281618881696696392, -2710458654395655881518356, -733711171629600485187568404, -200033609249999737396399900920, -54867682197669353983111639906656
Offset: 0
Links
- N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, arXiv:math/0509316 [math.NT], 2005-2006; J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
Crossrefs
Programs
-
Maple
with(numtheory): E := proc (k) local n, t1; t1 := 1 - 2*k*add(sigma[k-1](n)*q^n, n = 1..30)/bernoulli(k); series(t1, q, 30) end: seq(coeftayl((2*E(2) - E(4))^(1/48), q = 0, n),n = 0..20);
-
Mathematica
terms = 20; 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}]; CoefficientList[Series[(2*E2[x] - E4[x])^(1/48), {x, 0, terms}], x] (* Vaclav Kotesovec, Aug 03 2025 *)
Formula
a(n) ~ c * d^n / n^(49/48), where d = 295.8669385406700495308385233671383399895922733900742171390678012914822364544611... and c = -0.0205882497833853345146399243734199945444083043388859856935627869352251231763... - Vaclav Kotesovec, Aug 03 2025
Comments