OFFSET
0,2
COMMENTS
The Motzkin step set is U=(1,1), H=(1,0) and D=(1,-1). A meander is a path starting at (0,0) and never crossing the x-axis, i.e., staying at nonnegative altitude.
FORMULA
G.f.: -(1-2*t-2*t^2-sqrt(1-4*t^2-8*t^3-4*t^4))/(2*t*(1-2*t-2*t^2)).
D-finite with recurrence (n+1)*a(n) -2*a(n-1) -4*n*a(n-2) +8*(-n+2)*a(n-3) +4*(-n+3)*a(n-4)=0. - R. J. Mathar, Jan 25 2023
EXAMPLE
a(2)=4 since we have 4 meanders of length 2 avoiding HH, namely UU, UH, UD and HU.
CROSSREFS
KEYWORD
nonn,walk
AUTHOR
Valerie Roitner, Nov 26 2019
STATUS
approved