Mathematics July 22, 2026 · 11 min read

Pascal's Triangle: The Mathematical Treasure Chest

Generate Pascal's Triangle and explore binomial coefficients, patterns, and applications in combinatorics, probability, and algebra.

Try the free calculator

Put these formulas into practice with our instant, step-by-step Pascal's Triangle Calculator.

Open Calculator ›

Pascal\'s Triangle is a triangular array of numbers where each entry is the sum of the two entries directly above it. Despite its simple construction, it contains an astonishing number of mathematical patterns and connects to nearly every area of mathematics.

Construction

Start with 1 at the top. Each subsequent row begins and ends with 1. Every interior entry is the sum of the two entries above it.

Row 0: 1
Row 1: 1 1
Row 2: 1 2 1
Row 3: 1 3 3 1
Row 4: 1 4 6 4 1

Binomial Coefficients

The entries in row n are the binomial coefficients C(n,k) = n!/(k!(n-k)!), which give the coefficients in the expansion of (a+b)ⁿ.

Hidden Patterns

  • Row sums: Each row sums to 2ⁿ
  • Symmetry: Each row is a palindrome
  • Fibonacci numbers: Appear along diagonals
  • Triangular numbers: Found in the third diagonal
  • Sierpinski triangle: Coloring odd entries creates this fractal

Historical Note

Though named after Blaise Pascal (1654), the triangle was known to Chinese mathematician Yang Hui (1261) and Persian mathematician Omar Khayyam (11th century).