Combinatorics Codexery

Pascal's triangle

Triangular array of binomial coefficients used in combinatorics and algebra.

Pascal's triangle

Pascal's triangle is an infinite triangular array of the binomial coefficients, which play a crucial role in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, although other mathematicians studied it centuries before him in India, Persia, China, Germany, and Italy.

field
Mathematics
known_for
Infinite triangular array of binomial coefficients; binomial expansions; Pascal's rule

Lore & Background

The pattern of numbers that forms Pascal's triangle was known well before Pascal's time. In India, the Chandaḥśāstra by the ancient Indian poet and mathematician Piṅgala (3rd or 2nd century BC) describes a method of arranging two types of syllables to form metres of various lengths and counting them; as interpreted and elaborated by Pingala's 10th-century commentator Halāyudha, his 'method of pyramidal expansion' (meru-prastāra) for counting metres is equivalent to Pascal's triangle. The 6th-century Indian mathematician and astronomer Varāhamihira later described a recursive method for computing binomial coefficients that is mathematically equivalent to Pascal's triangle, although arranged in a different orientation. Khayyám's distinctive contribution was to apply the triangle's binomial coefficients to a general method for extracting nth roots, an application not found in the earlier Indian or Karajian sources. Owing to this innovation and Khayyám's broad influence on later Islamic mathematics, the triangle is known in Iran as Khayyam's triangle or the Khayyam–Pascal triangle. In Europe, Pascal's triangle appeared for the first time in the Arithmetic of Jordanus de Nemore (13th century). The binomial coefficients were calculated by Gersonides during the early 14th century, using the multiplicative formula for them. In this, Pascal collected several results then known about the triangle, and employed them to solve problems in probability theory.

Reader's Guide

Pascal's triangle is significant as an infinite triangular array of binomial coefficients, which are fundamental in probability theory, combinatorics, and algebra. The triangle is constructed by starting with a single 1 in row 0, and each subsequent row's entries are formed by adding the number above and to the left with the number above and to the right, treating blank entries as 0. The entries are denoted as binomial coefficients (n choose k), which represent the number of ways of choosing k things from a collection of n things. This notation leads to Pascal's rule: (n choose k) = (n-1 choose k-1) + (n-1 choose k) for any positive integer n and any integer 0 ≤ k ≤ n. The triangle also determines the coefficients in binomial expansions, such as (x+y)^2 = x^2 + 2xy + y^2, where the coefficients 1, 2, 1 are the entries in the second row. Its legacy endures as a core tool in combinatorial mathematics and algebraic expansions.

Did You Know?

Frequently Asked Questions

What is Pascal's triangle?

It is an infinite triangular arrangement of numbers in which every entry is a binomial coefficient, generated row by row by adding the two numbers sitting directly above it. The triangle serves as the visual backbone for binomial expansions and combinatorial counting.

Who is Pascal's triangle actually named after?

Western convention credits the French mathematician Blaise Pascal, whose 17th-century probability work popularized the pattern. In reality, scholars in India, Persia, China, Germany, and Italy had already studied the same triangular array centuries before Pascal.

How do you build Pascal's triangle?

Start with a lone 1 at the apex, then for every new row place 1s at both ends and fill the interior slots by summing the two neighboring entries from the row above. This recursive step, known as Pascal's rule, reproduces all binomial coefficients indefinitely.

What is Pascal's rule?

It is the additive identity stating that any interior entry equals the sum of the two entries immediately above it in the triangle. This single property is what connects the array to binomial expansions and to a wide family of combinatorial identities.

Why does Pascal's triangle matter in combinatorics?

It provides an at-a-glance reference for the coefficients that count subsets and expand powers of sums, making it a quick lookup tool for combinatorial arguments. Because those same coefficients underpin probability theory and algebra, the triangle acts as a unifying scaffold across several core branches of mathematics.

More in Combinatorics 1-24

Elsewhere in the Combinatorics universe

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →