Schroeder Number Calculator

Paths below diagonal

CalculatorsFreeNo Signup
4.8(401 reviews)
All Tools

Loading tool...

About Schroeder Number Calculator

A Schröder number calculator computing large S(n) and small s(n). Large Schröder: lattice paths (0,0)→(n,n) with R,U,D steps, never crossing the diagonal. s(n) = S(n)/2 for n≥1. S(n): 1,2,6,22,90,394... Client-side.

Schroeder Number Calculator Features

  • Large S(n)
  • Small s(n)
  • Sequence
  • Path counting
  • Catalan comparison
Schröder numbers: large S(n) counts lattice paths (0,0)→(n,n) using R=(1,0), U=(0,1), D=(1,1), never crossing y=x. S(n):1,2,6,22,90,394,1806... Small s(n)=S(n)/2 for n≥1: 1,1,3,11,45,197,903... Also called 'super-Catalan numbers'.

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

  1. 1Enter n.
  2. 2Compute S(n).
  3. 3Compute s(n).
  4. 4View sequence.
  5. 5Compare to Catalan.

Schroeder Number Calculator — Frequently Asked Questions

Why large and small Schröder?+

Large S(n) counts ALL Schröder paths. Small s(n) counts those that don't start with a diagonal step. Exactly half of Schröder paths (for n≥1) start with D, so s(n)=S(n)/2. Both are useful in different combinatorial contexts.

How fast do they grow?+

S(n) ~ (3+2√2)^n / (4πn)^{1/2}. The growth rate 3+2√2 ≈ 5.83 is larger than Catalan's 4 but smaller than Delannoy's similar base. This reflects having more steps than Catalan but the non-crossing restriction.

What's the recurrence?+

(n+1)S(n) = 3(2n-1)S(n-1) - (n-2)S(n-2). Compare to Catalan: (n+1)C(n) = 2(2n-1)C(n-1). The Schröder recurrence has an extra subtraction term reflecting the diagonal step complexity.

Share this tool: