OFFSET
0,3
LINKS
Robert Price, Table of n, a(n) for n = 0..104
John Engbers, David Galvin, Clifford Smyth, Restricted Stirling and Lah numbers and their inverses, arXiv:1610.05803 [math.CO], 2016.
MATHEMATICA
nmax = 20; CoefficientList[InverseSeries[x - x^2 + x^3 - x^4 + O[x]^(nmax+1), x], x]*Range[0, nmax]! (* Jean-François Alcover, Jan 21 2019 *)
PROG
(PARI) seq(n)=Vec(serlaplace(serreverse(x - x^2 + x^3 - x^4 + O(x*x^n))), -(n+1)) \\ Andrew Howroyd, Nov 11 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 22 2017
EXTENSIONS
Offset changed to zero and more terms added by Robert Price, Oct 19 2017
STATUS
approved