OFFSET
0,2
COMMENTS
The 8th root of the power series E_4(x) has integral coefficients. See A108091. The 8th root of the g.f. of the present sequence also has integral coefficients. See A377221.
More generally if f(x) = g(x)^n, where g(x) = 1 + g_1*x + g_2*x^2 + ... is a power series with integral coefficients, then both the power series (1/x) * series_reversion(x*f(x)) and (1/x) * series_reversion(x/f(x)) are also equal to the n-th powers of integral power series.
EXAMPLE
The 8th root of the g.f. A(x)^(1/8) = (1 - 240*x + 113040*x^2 - 66534720*x^3 + 43859560080*x^4 - 30976854078240*x^5 + 22919806575299520*x^6 +...)^(1/8) = 1 - 30*x + 10980*x^2 - 5822040*x^3 + 3623245710*x^4 - 2467207358280*x^5 + 1779938570782440*x^6 + .... lies in Z[[x]]. See A377221.
MAPLE
with(numtheory):
Order := 30:
E_4 := 1 + 240*add(sigma[3](n)*x^n, n = 1..30):
solve(series(x*E_4, x) = y, x):
seq(coeftayl(series((%/y), y), y = 0, n), n = 0..20);
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Peter Bala, Nov 07 2024
STATUS
approved