How to count Catalan numbers and identify their combinatorial interpretations?
I am studying combinatorics and I am fascinated by Catalan numbers. The -th Catalan number is:
The first few are: 1, 1, 2, 5, 14, 42, 132, 429, ...
My questions:
- How is the formula derived from the recurrence relation ?
- What are the most common combinatorial interpretations of Catalan numbers?
- How many valid sequences of pairs of parentheses are there? (e.g., for : ((())), (()()), (())(), ()(()), ()()() — 5 ways)
- How many binary trees with nodes exist?
- How many ways can a convex -gon be triangulated?
- How does the generating function lead to the closed form?
I want to understand the deep connections.
1 answers438 views