How to Use
Enter n:
- C(2n,n): Exact value
- 4^n/√πn: Approximation
- Sequence: First values
Properties
Always even for n≥1. Divisible by all primes p with n
Catalan Connection
C_n = C(2n,n)/(n+1). So central binomials are 'raw material' for Catalan numbers. C(2n,n) counts all walks from −n to +n; dividing by n+1 restricts to those staying non-negative (ballot problem).
Step-by-Step Instructions
- 1Enter n.
- 2Compute C(2n,n).
- 3Compare to 4^n/√πn.
- 4View sequence.
- 5See Catalan link.