OFFSET
1,2
COMMENTS
Reversion of g.f. (with constant term omitted) for A026007.
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Series Reversion
FORMULA
G.f. A(x) satisfies: -1 + Product_{k>=1} (1 + A(x)^k)^k = x.
MATHEMATICA
nmax = 27; Rest[CoefficientList[InverseSeries[Series[-1 + Product[(1 + x^k)^k, {k, 1, nmax}], {x, 0, nmax}], x], x]]
nmax = 27; Rest[CoefficientList[InverseSeries[Series[-1 + Exp[Sum[(-1)^(k + 1) x^k/(k (1 - x^k)^2), {k, 1, nmax}]], {x, 0, nmax}], x], x]]
CROSSREFS
KEYWORD
sign,changed
AUTHOR
Ilya Gutkovskiy, Aug 24 2017
STATUS
approved