WOLFRAM|DEMONSTRATIONS PROJECT

Ponting Square Packing

​
odd order
9
squares =
81
color
numbers
matrix
-
+
0
offset
-
+
1
multiplier
Can squares with sides equal to consecutive values 1 to
n
tile the plane? An arbitrarily large patch can be covered by a method found by Adam Ponting [1].
Start with an
n×n
gray and white checkerboard, where
n
is odd and the corners are gray. Fill in the gray squares from left to right, bottom to top, with the numbers from 1 to
(
2
n
+1)/2
. Fill in the white squares top to bottom, left to right, with the numbers from
(
2
n
+3)/2
to
2
n
. At each vertex, a unit segment is drawn, vertical if the gray squares around that vertex are sloping down and horizontal if they are sloping up. This matrix has the property that digit pairs on each side of a segment have the same sum, which allows each number
k
to be converted to a square of side
k
. The segments indicate the squares are flush on that side.