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!)
A243879 Number of Dyck paths of semilength n having exactly 9 (possibly overlapping) occurrences of the consecutive steps UDUUUDDDUD (with U=(1,1), D=(1,-1)). 2
1, 11, 86, 611, 4106, 26508, 165608, 1005693, 5958138, 34538560, 196383607, 1097479232, 6038391492, 32757730552, 175436127352, 928559489820, 4861821384020, 25202877769350, 129444778524955, 659155791410730, 3329785315219783, 16695460286688023, 83126852562101708 (list; graph; refs; listen; history; text; internal format)
OFFSET
37,2
LINKS
MAPLE
b:= proc(x, y, t) option remember; `if`(y<0 or y>x, 0, `if`(x=0, 1,
series(b(x-1, y+1, [2, 2, 4, 5, 6, 2, 4, 2, 10, 2][t])+`if`(t=10,
z, 1)*b(x-1, y-1, [1, 3, 1, 3, 3, 7, 8, 9, 1, 3][t]), z, 10)))
end:
a:= n-> coeff(b(2*n, 0, 1), z, 9):
seq(a(n), n=37..65);
CROSSREFS
Column k=9 of A243881.
Sequence in context: A302954 A014917 A080962 * A298253 A277465 A357535
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 13 2014
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)