Catalan's Triangle

Catalan's triangle is the number triangle

 1      ; 1 1     ; 1 2 2    ; 1 3 5 5   ; 1 4 9 14 14  ; 1 5 14 28 42 42 ; 1 6 20 48 90 132 132
(1)

(OEIS A009766) with entries given by

 c_(nk)=((n+k)!(n-k+1))/(k!(n+1)!)
(2)

for 0<=k<=n. Each element is equal to the one above plus the one to the left. The sum of each row is equal to the last element of the next row and also equal to the Catalan number C_n. Furthermore, c_(nn)=C_n.

The coefficients c_(nk) also give the number of nonnegative partial sums of n 1s and k -1s, denoted {n; k} by Bailey (1996), who gave the alternate form

c_(n0)=1
(3)
c_(nk)=((n+1-k)(n+2)(n+3)...(n+k))/(k!),
(4)

for n>=k>=2.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.