OFFSET
1,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
C. G. Bower, Transforms (2)
FORMULA
Divides by n and shifts left under "BIJ" (reversible, indistinct, labeled) transform.
E.g.f.: series reversion of 2*x*(1 - x)/(2 - x^2). - Andrew Howroyd, Sep 19 2018
MATHEMATICA
m = 20;
CoefficientList[InverseSeries[2*x*(1 - x)/(2 - x^2) + O[x]^m], x]*Range[0, m - 1]! // Rest (* Jean-François Alcover, Sep 08 2019 *)
PROG
(PARI) Vec(serlaplace(serreverse(2*x*(1 - x)/(2 - x^2) + O(x^20)))) \\ Andrew Howroyd, Sep 19 2018
CROSSREFS
KEYWORD
nonn,eigen
AUTHOR
Christian G. Bower, Sep 15 1998
EXTENSIONS
Terms a(16) and beyond from Andrew Howroyd, Sep 19 2018
STATUS
approved