OFFSET
1,2
COMMENTS
Reversion of the sum of divisors function (A000203).
MATHEMATICA
nmax = 22; CoefficientList[InverseSeries[Series[Sum[x^k/(1 - x^k)^2, {k, 1, nmax}], {x, 0, nmax}], x], x] // Rest
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 22 2020
STATUS
approved