Chapter 10
Square Palindromes
A palindrome reads the same forwards and backwards. Some perfect squares are palindromes: Why does this pattern hold, how far does it run, and what other palindromic squares are there?
Solution
The pattern belongs to the repunits, the numbers made only of ones. As long as no column total reaches ten, squaring a string of ones makes the digits climb and back down: and so on up to The reason is that a string of ones squared is the sum of shifted copies of that string, and the th column simply counts how many copies overlap there, a count that rises to in the middle and falls away symmetrically. With ten ones or more, a column total reaches ten, carrying begins, and the neat palindrome is lost: , which is not a palindrome.
Palindromic squares need not come from palindromic roots. Among the smaller ones, and of these roots only and are themselves palindromes.