How to Use
Enter n:
- S(n): Large Schröder
- s(n): Small Schröder
- Sequence: First values
Catalan Relation
Catalan: paths with only R,U. Schröder: also allows D=(1,1). Delannoy: allows D but can cross diagonal. So C_n ≤ s(n) ≤ S(n) ≤ D(n,n). Each generalization adds more allowed paths.
Other Interpretations
S(n) also counts: (1) ways to parenthesize a sequence allowing empty groups, (2) dissections of a convex (n+2)-gon into polygons, (3) separable permutations of length n.
Step-by-Step Instructions
- 1Enter n.
- 2Compute S(n).
- 3Compute s(n).
- 4View sequence.
- 5Compare to Catalan.