OFFSET
0,2
LINKS
Ran Pan and Jeffrey B. Remmel, Paired patterns in lattice paths, arXiv:1601.07988 [math.CO], 2016.
FORMULA
G.f.: -(-1+f(x)+2*x)*(4+1/f(x)+2*f(x)+Sqrt(1+4*x))/(16*x^2), where f(x)=Sqrt(1-4*x).
MATHEMATICA
CoefficientList[Series[-(-1 + Sqrt[1 - 4 x] + 2 x) (4 + 1/(Sqrt[1 - 4 x]) + 2 Sqrt[1 - 4 x] + Sqrt[1 + 4 x])/(16 x^2), {x, 0, 33}], x] (* Vincenzo Librandi Feb 01 2016 *)
PROG
(PARI) x='x+O('x^50); f=sqrt(1-4*x); Vec((4+1/f+sqrt(1+4*x)+2*f)*(1-f-2*x)/(16*x^2)) \\ Charles R Greathouse IV, Feb 01 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Ran Pan, Jan 28 2016
EXTENSIONS
Typo in Gf fixed by Vincenzo Librandi, Feb 01 2016
STATUS
approved