Learn/Combinatorics/Pascal's Triangle
Combinatorics • Topic 11

Pascal's Triangle

Pascal's Triangle is a geometric arrangement of binomial coefficients that reveals deep number-theoretic properties.

Construction

The triangle is built starting with a 1 at the top. Each subsequent number is the sum of the two numbers directly above it.

Rows are indexed by (starting at 0) and positions by (starting at 0).

Key Identities

1. Row Sums

The sum of entries in row is .

2. Hockey Stick Identity

The sum of a diagonal starting from the edge equals the term "below" the last term.
Example: .

3. Fibonacci Numbers

Summing the "shallow diagonals" of Pascal's Triangle yields the Fibonacci sequence ().

Lucas' Theorem (Advanced)

For a prime , depends on the base- digits of and . If and in base :

Practice Problems

Exercise (Problem 1)
Find the sum of the squares of the entries in row : . (Hint: Compare coefficients of in ).
Exercise (Problem 2)
Prove that is divisible by for if is prime.
Exercise (Problem 3)
Determine how many odd numbers are in the -th row of Pascal's triangle.