login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095980 Number of UFU-free Motzkin paths of length n. 1
1, 1, 2, 4, 9, 20, 47, 112, 274, 679, 1708, 4341, 11143, 28831, 75135, 197013, 519447, 1376256, 3662327, 9784106, 26232033, 70558313, 190348160, 514904151, 1396328313, 3795324358, 10338000693, 28215285901, 77149545999, 211314835549, 579730469034 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = number of Motzkin paths (A001006) of length n that contain no consecutive UFU.
LINKS
Jean-Luc Baril and José Luis Ramírez, Partial Motzkin paths with air pockets of the first kind avoiding peaks, valleys or double rises, arXiv:2301.10449 [math.CO], 2023.
FORMULA
G.f.: (1 - x - x^3 - (1 - 2*x - 3*x^2 + 2*x^3 - 2*x^4 + x^6)^(1/2))/(2*x^2*(1 - x + x^2)).
EXAMPLE
a(5) = 20 because, of the 21 Motzkin paths of length 5, only UFUDD contains an occurrence of UFU.
MATHEMATICA
CoefficientList[Series[(1 - x - x^3 - (1 - 2*x - 3*x^2 + 2*x^3 - 2*x^4 + x^6)^(1/2))/(2*x^2*(1 - x + x^2)), {x, 0, 30}], x] (* Michael De Vlieger, Jan 31 2023 *)
PROG
(PARI) seq(n)={Vec((1 - x - x^3 - (1 - 2*x - 3*x^2 + 2*x^3 - 2*x^4 + x^6 + O(x^3*x^n))^(1/2))/(2*x^2*(1 - x + x^2)))} \\ Andrew Howroyd, Nov 05 2019
CROSSREFS
Cf. A001006.
Sequence in context: A213905 A058385 A058386 * A036619 A036620 A036721
KEYWORD
nonn
AUTHOR
David Callan, Jul 16 2004
EXTENSIONS
Terms a(23) and beyond from Andrew Howroyd, Nov 05 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)