This is the fourth in a series of guest posts by David Benjamin, exploring the secrets of Pascal’s Triangle.
Triangles and fractals
If we highlight the multiples of any of the Natural numbers

The images above are evocative of the Sierpinski sieve (also known as the Sierpinski gasket or Sierpinski’s triangle), a fractal described in 1915 by the Polish mathematician Waclaw Sierpiński (1882-1969).
Fractals are beautiful geometric shapes. Small, even down to (theoretically) infinitesimal areas of a fractal are identical to the entire shape. The Koch snowflake, generated geometrically by successive iterations on an equilateral triangle, is an example of a fractal. Julia sets and Mandelbrot sets are examples of fractals generated using recursion on complex functions. Many examples of fractals appear in nature, and the Polish-born French-American polymath Benoit Mandelbrot (1924-2010) suggested that fully developed turbulent flows are fractals.
It is a lovely surprise to discover that a simple fractal can be found inside Pascal’s triangle. It is achieved by considering all the numbers in the triangle modulo 2 – equivalent to colouring in only the multiples of 2, as in the first diagram at the top of the post. In this version, every odd number becomes
Number patterns in the triangle
If we consider the first 32 rows of the mod
Interestingly, all members of this sequence are factors of the final term,
These patterns in the rows of the triangle are intriguing, and my own efforts to understand them have uncovered a few other interesting discoveries – notably, that while the 32nd term is not divisible by the 33rd, the 34th term is exactly 3 times the 33rd. The pairs of terms after that seem to alternate, as they do from the start of the sequence, between a non-integer ratio and a ratio of exactly 3, which I conjecture is a pattern that will continue.
Two welcome appearances
There are many approximations connecting
In 2012 Harlan J. Brothers proved that
where
In 2007 Jonas Castillo Toloza discovered a connection between
Three proofs are given on Cut the Knot.
Harmony in the triangle
The infinite sum of the reciprocals of the Natural numbers is called the harmonic series,
The series is divergent, but it crawls its way towards infinity, and takes
The harmonic series can be used to create a version of Pascal’s triangle – the series itself is placed along the two leading diagonals, and the entries are then related by each being the difference of the fraction to its left, and the one diagonally above it and to its left. For example,
Dividing the first term in the
| | | | |
| | | | |
In our next post, we’ll talk about probability and statistics in Pascal’s triangle, and consider some of Pascal’s other contributions.