≡ Menu

Palindromic numbers…

A palindrome – as you can read here from wikipedia – is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar.

A curious series of palindromic numbers is obtained by multiplying by themselves numbers composed of strings of 1 (the 1’s must be at least two to have a product that has more than one digit):

The series of palindromes ends here. If you get to ten 1’s per factor, the product is no longer a palindrome:

The reason why the series is interrupted at ten digits has to do with the ordering by columns of the partial products of the multiplications. The addition of partial products is performed by shifting each subsequent row by one column to the left. This determines first the increase and then the decrease of the sums that generate the final product. As long as the 1’s in the column are at most nine, the mechanism works:

But if the 1’s in one column become ten, then carrying 1 to the next column breaks the symmetry and prevents the product of the multiplication from being a palindrome number.

{ 0 comments… add one }

Rispondi