OFFSET
0,2
REFERENCES
Konrad Knopp, Theory and application of infinite series, Blackie & Son Limited, London and Glasgow, 1954. See p. 216, exercise 75e.
EXAMPLE
G.f. = 2 + (4/3)*x - (1/9)*x^2 + (8/135)*x^3 - (31/810)*x^4 + (233/8505)*x^5 + ...
MATHEMATICA
CoefficientList[Series[x^2/(x-Log[1+x]), {x, 0, 19}], x]//Denominator
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Stefano Spezia, Jan 23 2026
STATUS
approved
