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!)
A166286 Number of Dyck paths with no UUU's and no DDD's, of semilength n having no peak plateaux (U=(1,1), D=(1,-1)). 1
1, 1, 2, 3, 5, 9, 17, 34, 70, 147, 313, 673, 1459, 3185, 6995, 15445, 34265, 76342, 170744, 383214, 862814, 1948299, 4411167, 10011973, 22775773, 51920833, 118593423, 271376295, 622047011, 1428128025, 3283679333, 7560750299 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A peak plateau is a run of consecutive peaks that is preceded by an upstep U and followed by a down step D; a peak consists of an upstep followed by a downstep.
LINKS
FORMULA
a(n) = A166285(n,0).
G.f.: G(z) satisfies G = 1 + zG + z^2*G + z^3*G[G - 1/(1-z)].
D-finite with recurrence (n+3)*a(n) +(-5*n-9)*a(n-1) +2*(4*n+3)*a(n-2) -4*n*a(n-3) +2*(-2*n+9)*a(n-5) +2*(4*n-21)*a(n-6) +4*(-n+6)*a(n-7)=0. - R. J. Mathar, Jul 22 2022
EXAMPLE
a(3)=3 because we have UDUDUD, UDUUDD, and UUDDUD (UUDUDD is a peak plateau).
MAPLE
F := RootOf(G = 1+z*G+z^2*G+z^3*G*(G-1/(1-z)), G): Fser := series(F, z = 0, 35): seq(coeff(Fser, z, n), n = 0 .. 32);
CROSSREFS
Cf. A166285.
Sequence in context: A213705 A295637 A061902 * A179807 A110113 A341960
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Oct 12 2009
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 20 11:10 EDT 2024. Contains 371838 sequences. (Running on oeis4.)