Patterns in Pascal's Triangle

Pascal's Triangle conceals a huge number of various patterns, many discovered by Pascal himself and even known before his time.

Pascal's triangle

Pascal's Triangle is symmetric

In terms of the binomial coefficients, C(n, m) = C(n, n - m). This follows from the formula for the binomial coefficient

C(n, m) = 
n!

m!(n - m)!

It is also implied by the construction of the triangle, i.e., by the interpretation of the entries as the number of ways to get from the top to a given spot in the triangle.

Some authors even considered a symmetric notation (in analogy with trinomial coefficients)

 C(n, m) =
n
m  s

where s = n - m.

The sum of entries in row n equals 2n

This is Pascal's Corollary 8 and can be proved by induction. The main point in the argument is that each entry in row n, say C(n, k) is added to two entries below: once to form C(n + 1, k) and once to form C(n + 1, k + 1) which follows from Pascal's Identity:

 C(n + 1, k)= C(n, k - 1) + C(n, k),
 C(n + 1, k + 1)= C(n, k) + C(n, k + 1).

For this reason, the sum of entries in row n + 1 is twice the sum of entries in row n. (This is Pascal's Corollary 7.)

As a consequence, we have Pascal's Corollary 9: In every arithmetical triangle each base exceeds by unity the sum of all the preceding bases. In other words, 2n - 1 = 2n-1 + 2n-2 + ... + 1.

There are well known sequences of numbers

Some of those sequences are better observed when the numbers are arranged in Pascal's form where because of the symmetry, the rows and columns are interchangeable.

Pascal's triangle in Pascal's form

The first row contains only 1s: 1, 1, 1, 1, ...
The second row consists of all counting numbers: 1, 2, 3, 4, ...
The third row consists of the triangular numbers: 1, 3, 6, 10, ...
The fourth row consists of tetrahedral numbers: 1, 4, 10, 20, 35, ...
The fifth row contains the pentatope numbers: 1, 5, 15, 35, 70, ...

"Pentatope" is a recent term. Regarding the fifth row, Pascal wrote that ... since there are no fixed names for them, they might be called triangulo-triangular numbers. Pentatope numbers exists in the 4D space and describe the number of vertices in a configuration of 3D tetrahedrons joined at the faces.

In the standard configuration, the numbers C(2n, n) belong to the axis of symmetry. Numbers C(2n, n) / (n + 1) are known as Catalan numbers.

Every two successive triangular numbers add up to a square: (n - 1)n/2 + n(n + 1)/2 = n².

Hockey Stick Pattern

 Hockey stick pattern

In Pascal's words (and with a reference to his arrangement), In every arithmetical triangle each cell is equal to the sum of all the cells of the preceding row from its column to the first, inclusive (Corollary 2). In modern terms,

(1) C(n + 1, m) = C(n, m) + C(n - 1, m - 1) + ... + C(n - m, 0).

Note that on the right, the two indices in every binomial coefficient remain the same distance apart: n - m = (n - 1) - (m - 1) = ... This allows rewriting (1) in a little different form:

(1') C(m + r + 1, m) = C(m + r, m) + C(m + r - 1, m - 1) + ... + C(r, 0).

The latter form is amenable to easy induction in m. For m = 0, C(r + 1, 0) = 1 = C(r, 0), the only term on the right. Assuming (1') holds for m = k, let m = k + 1:

 C(k + r + 2, k + 1)= C(k + r + 1, k + 1) + C(k + r + 1, k)
  = C(k + r + 1, k + 1) + C(k + r, k) + C(k + r - 1, k - 1) + ... + C(r, 0).

Naturally, a similar identity holds after swapping the "rows" and "columns" in Pascal's arrangement: In every arithmetical triangle each cell is equal to the sum of all the cells of the preceding column from its row to the first, inclusive (Corollary 3).

(2) C(n + 1, m + 1) = C(n, m) + C(n - 1, m) + ... + C(0, m),

where the second index is fixed.

Parallelogram Pattern

Parallelogram pattern

(3) C(n + 1, m) - 1 = ∑C(k, j),

where k < n, j < m. In Pascal's words: In every arithmetic triangle, each cell diminished by unity is equal to the sum of all those which are included between its perpendicular rank and its parallel rank, exclusively (Corollary 4). This is shown by repeatedly unfolding the first term in (1).

Fibonacci Numbers

If we arrange the triangle differently, it becomes easier to detect the Fibonacci sequence:

another form of Pascal's triangle

The successive Fibonacci numbers are the sums of the entries on sw-ne diagonals:

 1= 1
 1= 1
 2= 1 + 1
 3= 1 + 2
 5= 1 + 3 + 1
 8= 1 + 4 + 3
 13= 1 + 5 + 6 + 1

The Star of David

The following two identities between binomial coefficients are known as "The Star of David Theorems":

C(n-1, k-1)·C(n, k+1)·C(n+1, k) = C(n-1, k)·C(n, k-1)·C(n+1, k+1) and
gcd(C(n-1, k-1), C(n, k+1), C(n+1, k)) = gcd(C(n-1, k), C(n, k-1), C(n+1, k+1)).

The reason for the moniker becomes transparent on observing the configuration of the coefficients in the Pascal Triangle.

Star of David pattern in Pascal triangle

References

  1. J. H. Conway and R. K. Guy, The Book of Numbers, Springer-Verlag, NY, 1996.
  2. H. Eves, Great Moments in Mathematics After 1650, MAA, 1983
  3. Great Books of the Western World, v 33, Encyclopaedia Britannica, Inc., 1952.
  4. P. Hilton, D. Holton, J. Pederson, Mathematical Reflections, Springer Verlag, 1997
  5. A. R. Kanga, Number Mosaics, World Scientific Co., 1995.
  6. R. Graham, D. Knuth, O. Patashnik, Concrete Mathematics, 2nd edition, Addison-Wesley, 1994.
  7. J. A. Paulos, Beyond Numeracy, Vintage Books, 1992
  8. H.-O. Peitgen et al, Chaos and Fractals: New Frontiers of Science , Springer, 2nd edition, 2004
  9. D. E. Smith, History of Mathematics, Dover, 1968
  10. D. E. Smith, A Source Book in Mathematics, Dover, 1959
  11. D. Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin Books, 1987

Pascal's Triangle and the Binomial Coefficients

|Activities| |Contact| |Front page| |Contents| |Store| |Algebra|

Copyright © 1996-2012 Alexander Bogomolny

 40620958

A math books store at a unique math study site. Shopping at the store helps maintain the site. Thank you.
Sites for teachers
Sites for parents
Terms of use
Awards
Interactive Activities

CTK Exchange
CTK Wiki Math
CTK Insights - a blog
Math Help
Games & Puzzles
What Is What
Arithmetic
Algebra
Geometry
Probability
Outline Mathematics
Make an Identity
Book Reviews
Stories for Young
Eye Opener
Analog Gadgets
Inventor's Paradox
Did you know?...
Proofs
Math as Language
Things Impossible
Visual Illusions
My Logo
Math Poll
Cut The Knot!
MSET99 Talk
Old and nice bookstore
Other Math sites
Front Page
Movie shortcuts
Personal info
Privacy Policy

Guest book
News sites

Recommend this site

Sites for parents

Education & Parenting

Search:
Keywords:

Google
Web CTK
Supported by
3wVentures