In How Many Ways can you a Rectangle A Rectangle?
By Pablo Blanco, Robert Dougherty-Bliss, Natalya Ter-Saakov, and Doron Zeilberger
.pdf
.tex
[YET TO BE WRITTEN]
Posted: April 2026
We use experimental mathematics to derive generating functions for computing the number of ways to tile
a rectangle by rectangular tiles. We also consider the easier problem of tiling by square tiles.
This paper was inspired by the Recto puzzles that appear (March and April 2026) in the New York Times Sunday magazine. Here is a collage of some
sample puzzles.
Maple packages
Sample Input and Output for RectTile.txt
-
If you want to see the generating functions for enumerating of an m by n rectangle into rectangular tiles, for m from 1 to 6, using the GRAMMAR
the input file produces
output file
-
If you want to see the generating functions for enumerating of an m by n rectangle into rectangular tiles, for m from 1 to 9, using the Joshua Smith and Helena Verrill approach
the input file produces
output file
-
If you want to see the generating functions for enumerating of an m by n rectangle into rectangular tiles, for m from 1 to 5, using GUESSING
the input file produces
output file
-
If you want to see the generating functions for enumerating of an m by n rectangle into SQUARE tiles, for m from 1 to 9, using GUESSING
the input file produces
output file
-
If you want to see the generating functions for weight-enumerating of an m by n rectangle into RECTANGULAR tiles, according to the weight wNumberOfEdges for m from 1 to 6
the input file produces
output file
-
If you want to see the generating functions for weight-enumerating of an m by n rectangle into RECTANGULAR tiles, according to the weight tNumberOfTiles for m from 1 to 6
the input file produces
output file
-
If you want to see the Tri-Variate generating functions for weight-enumerating of an m by n rectangle into RECTANGULAR tiles, according to the weight
w1NumberOfHorizontalTiles*w2NumberOfVerticalTiles
for m from 1 to 5
the input file produces
output file
-
If you want to see a short article about the asymptotics of the expectation and variance for the number of participating edges for
tilings of an m by n rectangle by rectangular tiles for m from 1 to 6;
followed by a
a short article about the asymptotics of the expectation and variance for the number of participating tiles for
followed by a
a short article about the limit of the correlation coefficient between the number of horizontal edges and number of vertical edges,
tilings of an m by n rectangle by rectangular tiles for m from 2 to 5:
the input file produces
output file
Sample Input and Output for Recto.txt
-
If you want to see an example of a solution of puzzle that appeared in the New York Times (where one is looking for just one solution)
the input file produces
output file
-
If you want to see an example of a solution of puzzle that appeared in the New York Times (where one is looking for all solutions)
the input file produces
output file
Articles of Doron Zeilberger
Pablo Blanco's Home Page
Robert Dougherty-Bliss's Home Page
Natalya Ter-Saakov's Home Page
Doron Zeilberger's Home Page