OFFSET
1,2
COMMENTS
Exponential reversion of A000041 (partition numbers).
MATHEMATICA
nmax = 19; CoefficientList[InverseSeries[Series[Sum[PartitionsP[k] x^k/k!, {k, 1, nmax}], {x, 0, nmax}], x], x] Range[0, nmax]! // Rest
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 22 2020
STATUS
approved