OFFSET
1,4
LINKS
Alexander Burstein and Louis W. Shapiro, Pseudo-involutions in the Riordan group, arXiv:2112.11595 [math.CO], 2021.
FORMULA
G.f.: A(x) = (1 - sqrt(1 - 2*x - 3*x^2))/(x*(2 + x - sqrt(1 - 2*x - 3*x^2))).
If M(x) is the g.f. of A001006, then A(x) = (1 + 2*x*M(x))/(1 + 2*x + 2*x^2*M(x)).
Let M(x) be the g.f. of A001006 and F(x) = 1 + 2*x*M(x) (equivalently, x*F(x) = g.f. of A007971). Then F(-x*A(x)) = 1/F(x).
A(-x*A(x)) = 1/A(x).
G.f.: Let F(x) be the g.f. of A107264, then A(x) = 1 + 2*x^3*A(x)^2*F(x^2*A(x)). - Alexander Burstein, Feb 14 2022
MATHEMATICA
a[n_] := SeriesCoefficient[(1 - Sqrt[1-2*x-3*x^2])/(x * (2 + x - Sqrt[1-2*x-3*x^2])), {x, 0, n}]; Array[a, 33, 0] (* Amiram Eldar, Oct 06 2021 *)
PROG
(PARI) my(x='x+O('x^35)); Vec((1-sqrt(1-2*x-3*x^2))/(x*(2+x-sqrt(1-2*x-3*x^2)))) \\ Michel Marcus, Oct 06 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Burstein, Oct 06 2021
STATUS
approved