OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
FORMULA
G.f.: 1/(1-x-x^2/(1-x+x^2*(1-M(x)))), where M(x) is the g.f. of Motzkin numbers A001006.
a(n) ~ 3^(n+7/2) / (50*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Apr 21 2015
Conjecture: n*a(n) +(-5*n+3)*a(n-1) +6*(n)*a(n-2) +2*(n-9)*a(n-3) +6*(-n+4)*a(n-4) +(n-6)*a(n-5) +3*(-n+3)*a(n-6)=0. - R. J. Mathar, Sep 24 2016
EXAMPLE
For n=4 we have 8 paths: HHHH, UDUD, UHDH, HUHD, UHHD, UDHH, HUDH and HHUD.
MATHEMATICA
CoefficientList[Series[1/(1-x-x^2/(1-x+x^2*(1-(1-x-Sqrt[1-2*x-3*x^2])/(2*x^2)))), {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 21 2015 *)
PROG
(PARI) x='x + O('x^50); Vec(1/(1-x-x^2/(1-x+x^2*(1-(1-x-sqrt(1-2*x-3*x^2))/(2*x^2))))) \\ G. C. Greubel, Feb 14 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
José Luis Ramírez Ramírez, Apr 20 2015
STATUS
approved