OFFSET
1,2
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 1..301
F. Chapoton, F. Hivert, J.-C. Novelli, A set-operad of formal fractions and dendriform-like sub-operads, arXiv preprint arXiv:1307.0092 [math.CO], 2013.
FORMULA
A(x) = serreverse(A213667(-x))(-x). - Gheorghe Coserea, Jan 13 2017
MATHEMATICA
InverseSeries[x(1 - 3x - x^2 + x^3)/(1 + 3x + x^2 - x^3) + O[x]^22] // CoefficientList[#, x]& // Rest (* Jean-François Alcover, Oct 24 2018, from PARI *)
PROG
(PARI) N=22; x='x+O('x^N);
Vec(serreverse(Ser(x*(1-3*x-x^2+x^3)/(1+3*x+x^2-x^3)))) \\ Gheorghe Coserea, Jan 13 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 14 2013
EXTENSIONS
Offset changed and more terms from Gheorghe Coserea, Jan 13 2017
STATUS
approved