A palindromic square is a square number that remains the same when its digits are reversed. For example, both:
are both palindromic squares. How many more palindromic squares are there?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The number ( 1 0 n + 1 ) 2 = 1 0 2 n + 2 × 1 0 n + 1 = 1 0 0 . . . 0 0 n − 1 2 0 0 . . . 0 0 n − 1 1 is a palindromic square for any integer n ≥ 1 . Indeed ( 1 0 n + 1 ) 3 is always a palindromic cube, and ( 1 0 n + 1 ) 4 is always a palindromic fourth power, but it is not known whether there are any palindromic fifth powers.