Welcome to the fourth match in this year’s Big Math-Off. Take a look at the two interesting bits of maths below, and vote for your favourite.
You can still submit pitches, and anyone can enter: instructions are in the announcement post.
Here are today’s two pitches.
Tom Edgar – Rayleigh cool pairs of sequences
Tom Edgar is a math professor at a small university in Washington State, and is currently the editor of the Mathematics Association of America’s undergraduate magazine Math Horizons. He’s @TedG on Twitter.
An Exercise. Let’s start with a really (or Rayleigh) neat exercise: pick your favorite irrational number larger than
where
The resulting sequence forms an increasing list of integers, but some integers are missing: aha, a mystery! For instance, when we use
It looks like one or two integers are missing between each pair of consecutive entries in the list. But now, here’s the fun part! For the value
\[ \left(\left\lfloor n\cdot z\right\rfloor\right){n=1}^{\infty} = \left(\left\lfloor 1\cdot z\right\rfloor,\left\lfloor 2\cdot z\right\rfloor,\left\lfloor 3\cdot z\right\rfloor,\left\lfloor 4\cdot z\right\rfloor,\ldots\right). \]
For example, when we do this with
Do you see what’s happened? Are you amazed? To make things just a bit clearer, let’s weave together the previous two integer sequences in increasing order:
Every natural number appears once and only once! The choice of
print([floor(n*pi) for n in [1..20]])
print([floor(n*pi/(pi-1)) for n in [1..20]])
in Sage to get the two sequences when
Beatty Sequences and Rayleigh’s Theorem. The sequences defined above, those of the form
Theorem. Let
In other words, every natural number is either of the form

Intrigued? Explore what happens when
A full proof of Rayleigh’s Theorem can be found in many places (see [2] or even Wikipedia), but we might as well include the basic building blocks for readers who want to construct a proof themselves. The key is to make sure the sequences have no integers in common (no collisions) and that every integer appears in one sequence (no whiffs).
Let
No collisions.
If we suppose that
Dividing the first inequality by
No whiffs.
If we suppose
This time, use the previous inequalities to show that
A More General Result. It seems quite strange that two sequences generated by floor functions create a set of complementary sequences. You might wonder how easy it is to formulaically or systematically generate complementary integer functions in this way; luckily, many have investigated these objects. Lambek and Moser describe how, given any increasing integer sequence
so that

For instance, if we let
Amazingly, by the Lambek-Moser theorem, the two sequences
We can apply the procedure above directly to the function
Concluding Remarks. Finally, one way to attempt to understand a sequence
Studying the first differences of Beatty sequences unlocks a large world of mathematical research connected to Sturmian words, Christoffel words, and Euclidean strings. The corresponding sequence when
PS. After recording the videos for this piece, I realized I am saying the name “Rayleigh” incorrectly – my apologies for this.
References
- Samuel Beatty, Nathan Altshiller-Court, Otto Dunkel, A. Pelletier, Frank Irwin, J. L. Riley, Philip Fitch, and D. M. Yost. Problems and Solutions: Problems for Solutions: 3173-3180. Amer. Math. Monthly, 33(3):159, 1926.
- Samuel Beatty, A. Ostrowski, J. Hyslop, and A. C. Aitken. Problems and Solutions: Solutions: 3177. Amer. Math. Monthly, 34(3):159–160, 1927.
- J. Lambek and L. Moser. Inverse and complementary sequences of natural numbers. Amer. Math. Monthly, 61:454–458, 1954.
Fusible Numbers
Christian blogs at The Aperiodical, and collects his other doings at somethingorotherwhatever.com.
This is a puzzle that I’ve always enjoyed, not for the fun of solving it, but because of the unexpectedly deep answer to the question it makes you think of next.
At the end of the video I refer to these slides and this paper by Jeff Erickson and others.
So, which bit of maths made you say “Aha!” the loudest? Vote:
Match 4: Tom Edgar vs Christian Lawson-Perfect
- Tom with Rayleigh's theorem
- (65%, 31 Votes)
- Christian with fusible numbers
- (35%, 17 Votes)
Total Voters: 48
This poll is closed.

The poll closes at 9am BST on Sunday the 19th, when the next match starts.
If you’ve been inspired to share your own bit of maths, look at the announcement post for how to send it in. The Big Lock-Down Math-Off will keep running until we run out of pitches or we’re allowed outside again, whichever comes first.
One Response to “The Big Lock-Down Math-Off, Match 4”