Two for One

3 and 5 are “twin primes”: They’re two prime numbers that differ by 2. Further such pairs are 5 and 7, and 11 and 13. These pairs get sparser as you travel out the number line, but no one knows whether they eventually cease appearing altogether.

University of Alberta mathematician Leo Moser saw an opportunity in this pattern — if a prime magic square can be fashioned from the smaller partners in these pairs:

  29 1061  179  227

 269  137 1019   71

1049  101  239  107

149   197   59 1091

… then it immediately suggests a second prime square produced from the larger:

  31 1063  181  229

 271  139 1021   73

1051  103  241  109

 151  199   61 1093

(“Strictly for Squares,” Recreational Mathematics Magazine 1:5 [October 1961].)

Miquel’s Pentagram Theorem

https://commons.wikimedia.org/wiki/File:F%C3%BCnfkreisesatz_von_Miquel.svg
Image: Wikimedia Commons

Draw a pentagram and enclose its arms in circles as shown. Each pair of adjoining circles will intersect at two points, one at a juncture of the pentagram’s arms. The second points of intersection will lie on a circle.

The converse is true if the centers of the five circles lie on that implied (red) circle (below): The lines connecting the second intersection points of neighboring circles will describe a pentagram whose outer vertices fall on the circles.

Discovered by Auguste Miquel.

https://commons.wikimedia.org/wiki/File:Sternfuenfeck-Satz-von-Miquel.svg
Image: Wikimedia Commons

Hematology

[T]o the human mind there is more to blood than its mere chemical content. … For example, blood must essentially be thicker than water, impossible to get out of stones, indelible in its staining. … When apparent on heads, it should leave them unbowed; and should have the capacities to combine formidably with toil, tears and sweat and to attain boiling-point when its host faces frustration.

— Patrick Ryan, in New Scientist

Kotani’s Ant Problem

https://commons.wikimedia.org/wiki/File:Kotani%27s_Ant_fig1.png
Image: Wikimedia Commons

An inquisitive ant sets out from point A at a bottom vertex of the 1 × 1 × 2 box shown above. Of all the possible destinations it might seek in a direct route along the surface of the box, which one requires the longest journey?

Intuitively we might think it’s point B, the farthest vertex on the box roof. But Japanese mathematician Yoshiyuki Kotani discovered that the longest journey actually ends one-fourth of the way along the rooftop diagonal that ends at point B.

This can be seen by “unfolding” the box into a flat diagram, where four different paths can be traced from A to that point. The Pythagorean theorem shows that all four paths have the same length, 2.850…, which is about 0.022 longer than the shortest path to B.

Data scientist Shiro Matsumoto provides some animations here.

(Martin Gardner, “The Ant on a 1 × 1 × 2,” Math Horizons 3:3 [February 1996], 8-9.)

Tricolor

https://commons.wikimedia.org/wiki/File:Tricol.JPG
Image: Wikimedia Commons

Make an inverted triangle of hexagonal cells with side length 3n + 1, and color the cells in the top row randomly in three colors. Now color the cells in the second row according to these rules:

  1. If the neighboring cells immediately above are of the same color, assign that color.
  2. If they’re of different colors, assign the third color.

When you’ve finished the second row, continue through the succeeding ones, applying the same rules. Pleasingly, no matter how large the triangle, the color of the last cell can be predicted at the start: Just apply our two guiding rules to the endmost cells in the top row. If those two cells are both red, the last cell will be red. If one is red and one is yellow (as in the figure above), the bottom cell will be blue.

The principle was discovered by Newcastle University mathematician Steve Humble in 2012. Gary Antonick gives more background here, and see the paper below for a mathematical discussion by Humble and Ehrhard Behrends.

(Ehrhard Behrends and Steve Humble, “Triangle Mysteries,” Mathematical Intelligencer 35:2 [June 2013], 10-15.)

Portent

One other oddity concerning π: If you add up the first three sextads in the decimal expansion, you get 1588419:

141592 + 653589 + 793238 = 1588419

That’s a little prophecy: If you now skip ahead 15 places you arrive at the string 88419:

3.1415926535897932384626433832795028841971693 …

(Communicated by P. Olivera.)

The Graceful Pi-Way

https://commons.wikimedia.org/wiki/File:Graceful_labeling.svg

This graph has 5 edges, and we’ve managed to label its vertices in a remarkable way: Each vertex bears some integer from 0 to 5, no two receive the same integer, and each edge is now uniquely identified by the absolute difference between its endpoints, such that this magnitude lies between 1 and 5 inclusive. Such a labeling is called graceful.

In 2008 Donald E. Knuth made a graph representing the contiguous 48 states and the District of Columbia in which each pair of states are connected if they’re joined by at least one drivable road. It turns out that this graph can be labeled gracefully.

And, amazingly, in 2020 T. Rokicki discovered that if you undertake an imaginary journey on Knuth’s map, starting in California and going up the Pacific coast and then along the Canadian border, you’ll visit successive vertices labeled 31, 41, 59, 26, 53, 58, 97, 93, 23, 84, 62, 64, 33, 83, and 27. These are the first 30 decimal digits of π!

Knuth called this a “graceful miracle.”

Bus Bunching

https://commons.wikimedia.org/wiki/File:Bus_bunching_graph.svg
Image: Wikimedia Commons

When two or more buses are scheduled at regular intervals on the same route, planners may expect that each will make the same progress, pausing at each stop for the same interval (1). But if Bus B is delayed by traffic congestion (2), it incurs a penalty: Because it arrives late to the next stop, it will pick up some passengers who’d planned to take Bus C (3). Accommodating these passengers delays Bus B even longer, putting it even further behind schedule. Meanwhile, Bus C begins to make unusually good progress (4), as it now arrives at each stop to find a smaller crowd than expected.

As the workload piles up on the foremost bus and the one behind it catches up, eventually the result (5) is that the two buses run in a platoon, arriving together at each stop. Sometimes Bus C even overtakes Bus B.

What to do? Planners can set minimum and maximum amounts of time to be spent at each stop, and buses might even be told to skip certain stops during crowded runs. Passengers might be encouraged to wait for a following bus, with the inducement that it’s less crowded. Northern Arizona University improved its service by abandoning the idea of a schedule altogether and delaying buses at certain stops in order to maintain even spacing. One thing that doesn’t work: adding vehicles to the route — which might, at first blush, have seemed the obvious solution.