The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A114692 Triangle read by rows: T(n,k) is the number of hill-free Schroeder paths of length 2n that have k returns to the x-axis (0<=k<=floor(n/2)). A Schroeder path of length 2n is a lattice path from (0,0) to (2n,0) consisting of U=(1,1), D=(1,-1) and H=(2,0) steps and never going below the x-axis. A hill is a peak at height 1. 1
1, 1, 1, 2, 1, 10, 1, 40, 4, 1, 160, 36, 1, 674, 220, 8, 1, 2994, 1180, 104, 1, 13872, 6056, 848, 16, 1, 66336, 30760, 5680, 272, 1, 324898, 156632, 34528, 2768, 32, 1, 1621178, 803096, 199552, 22224, 672, 1, 8210904, 4150444, 1122736, 156528, 8192, 64, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Row n contains 1+floor(n/2) terms. Row sums are the little Schroeder numbers (A001003). Sum(k*T(n,k),k=0..floor(n/2))=A114693(n-2).
LINKS
FORMULA
G.f.=G=1/(1-z+tz-tzR), where R=[1-z-sqrt(1-6z+z^2)]/(2z) is the g.f. of the large Schroeder numbers (A006318).
EXAMPLE
T(4,2)=4 because we have UUD(D)UUD(D),UUD(D)UH(D),UH(D)UUD(D) and UH(D)UH(D), where U=(1,1), D=(1,-1) and H=(2,0) (the returns to the x-axis are shown between parentheses).
Triangle starts:
1;
1;
1,2;
1,10;
1,40,4;
1,160,36;
MAPLE
R:=(1-z-sqrt(1-6*z+z^2))/2/z: G:=1/(1-z+t*z-t*z*R): Gser:=simplify(series(G, z=0, 16)): P[0]:=1: for n from 1 to 13 do P[n]:=coeff(Gser, z^n) od: for n from 0 to 13 do seq(coeff(t*P[n], t^j), j=1..1+floor(n/2)) od; # yields sequence in triangular form
CROSSREFS
Sequence in context: A055633 A105606 A132995 * A112691 A110169 A144274
KEYWORD
nonn,tabf
AUTHOR
Emeric Deutsch, Dec 26 2005
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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)