Skip to content

CatalanNumber

The nth Catalan number , counting balanced bracket sequences, binary trees, polygon triangulations, and many other structures of size n.

CatalanNumber(n)the nth Catalan number .

Domain: Combinatorics

Details
  • The Catalan numbers have the closed form .
  • They satisfy the recurrence with .
  • is the number of monotonic lattice paths from one corner of an grid to the opposite corner that stay below the diagonal.
  • compute-engine defines on nonnegative integers; extension to real and complex arguments through the Binomial gamma-function form is not yet supported.

Examples

See also: Binomial, BellNumber