Number Palindromes

A palindromic number is one that is the same when it's digits are reversed, for example 18381. All numbers turn out to be palindromes in some number base. We look at sequences of Palindromes and find a surprisingly small number of palindromes are needed to make a sum for any given number (in a given base).

A previous page on Number Bases is useful if you are not familiar with binary numbers, number in bases other than 10 (decimal), Fibonacci base or Factorial base.

The calculators on this page require JavaScript but you appear to have switched JavaScript off (it is disabled). Please go to the Preferences for this browser and enable it if you want to use the calculators, then Reload this page.
Contents of this page
The Things To Do icon means there is a You Do the Maths... section of questions to start your own investigations. The calculator calculator icon indicates that there is a live interactive calculator in that section.

Palindromes

Every family has a palindrome in it: MUM and DAD, since a palindrome is a word that is the same when reversed. Perhaps your name is a palindrome (BOB, ANNA, EVE)?
We can have palindromic numbers also for example 19291.
Whether a number is a palindrome or not depends on which base it is represented in but all numbers are palindromic in some base.

All numbers are palindromes in some base

For example 21 is not a palindrome in base 10, but it is in base 2: 21 = 101012.
We usually don't write initial 0s in a number but if we did then 10 would also be a palindrome since it is 010. On this page we will not count such numbers as palindromes.

It is perhaps surprising at first to learn that all numbers are palindromes in some base.
There are several simple reasons why. How many can you think of? Show some

  1. First choose a base that makes number N a single digit. All single digits are palindromes. A suitable base is N+1: N = {N}N+1
  2. Choose base 1 since N = {1,1,1, .... ,1,1}1 (digit 1 occurs N times in the brackets).
  3. Choose base N-1 then we have N = 1×(N-1) + 1 = {1,1}N-1
  4. If N is not prime we can write N = P × Q so N = P (Q − 1) + P.
    If P is smaller than Q−1 then choosing base Q−1 we have N = {P,P}Q−1, a palindrome.
There are some numbers that are not palindromic in any of the bases from 2 to n−2.
For example,
4 = 1002 is not a palindrome;
6 = 1102 = 203 = 124 none of which are palindromes but
7 = 1112 is a palindrome
So the list of numbers n not palindromic in any base 2 to n−2 starts 4, 6, ... .
What are the next five numbers in this list? Show the answer
4, 6, 11, 19, 47, 53, 79, ... A016038

Sums of Palindromes

The palindromes in base 10 in order are 0,1,2,3,4,5,6,7,8,9,11,22,33, ..., 99,101,111,121,... A002113.
What is the 100-th or 10,000-th palindrome in this list?
Given a palindrome what is its position (its index number) in this list?
If every number is a sum of three triangular numbers, or four squares (see more about this here), can we make every number by summing palindromes?
If so, how many do we need to guarantee such a sum exists?
In which bases, if any, is this possible?

There are some surprisingly simple answers to these questions and we investigate them in this section.

The position of a palindrome

There is an amazingly simple way to find the position (index number) of any palindrome in this list, writes Hugo Pfoertner (see the OIES link below):
If the palindrome has an even number of digits,
put a 1 on the front half of the palindrome's digits
for example: 98766789 is at position 19876.
If the number of digits is odd
add 1 to the value of the first digit followed by the rest of the digits up to and including the central digit of the palindrome.
for example: 515 is the 61-st palindrome,
8206028 is at position 9206 in the list,
9230329 has index number 10230.

Every number is a Sum of 3 Palindromes

If not all numbers are palindromes in base 10, then can we use palindromes to write any value by summing some of the palindromes?
How many would we need to guarantee a sum for any given number?
It has been proved that the answer is that we can always do this and...
Every integer is a sum of at most 3 palindromes in base 10.
The number of ways to write n as sum of (up to) 3 palindromes is 1, 1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 15, 16, 17, 17, 18, 17, 17, 16, 15, ... A261132 and since this is always possible, we know that all entries in this sequence are at least 1.

Recently (2016) Cilleruelo, Luca and Baxter proved that base 10 is not unique in having the property that every number is the sum of 3 palindromes in that base. They proved it applies to all bases from 5 upwards.

It is not true for base 2 because 176 needs 4 palindromes as do these numbers up to 1000:
176, 188, 208, 242, 244, 310, 524, 628, 656, 736, 754, 794, 832, 862, 866, 868, 880, 932, 944, 994, 1000, ... A261678.

Then in June 2016 Rajasekaran, Shallit and Smith of the University of Waterloo filled in the gap for bases 2, 3 and 4 and proved that we can add bases 3 and 4 to the list but sometimes four base 2 palindromes are needed but a maximum of four applies to all binary numbers.
The reason base 2 is an exception is that palindromes in base 2 begin and end with 1. A sum of 3 binary palindromes will therefore end in 1 and so must be odd. Any even number will need an even number of palindromes in its sum. All other numbers in all other bases need only 3 at most.
Use the Calculator here to try out some numbers and bases.

A set is a collection of distinct numbers, shown in increasing order.
A list is a collection of numbers which may occur more than once, shown in order.

Palindromic BASE Numbers Calculator

Bases in this Calculator
may be
Entering a Base number
If the base is less than 10 then write the digits as normal, eg 101 for 5 in base 2.
For factorial base (!) and number bases above 10 then enter the 'digits' as separate base 10 numbers separated by a comma. For example
11 is two separate 'digits' in base 3 (≤10) and means the same as 1,1 because base 3 is less than 10.
11 is the single 'digit' eleven in base 13 (>10) and
1,1 is two base 13 'digits' with the value 1×13+1 = 14.
The position of a palindrome
is its index number in the list of that base's palindromes where the first palindrome at position 1 is usually 0.
Positions may be of any length up to hundreds of digits but larger numbers may slow down some calculations.
All numbers N are palindromic in every base beyond N+1 as well as in base 1 and base N−1 as we saw above. We can regard these as the 'obvious' cases and other answers are the 'interesting' ones when looking for bases in which a number is palindromic.
Palindromic BASE Numbers C A L C U L A T O R
BASE for Palindromes:
Find BASE Palindromes using BASE numbers


BASE
 

for palindromes with "digits"

Find BASE Palindromes using base 10 numbers



For numeric bases only:


10
up to
10

R E S U L T S



 
calculator: Palindromes Sequences Multiple bases

You Do The Maths...

  1. All base 5 palindromes of lengths 4 and 6 are multiple of 6. What about length 8? length 10?
  2. In base Fibonacci (Zeckendorf representations) which numbers are palindromes?
    Check your answer with A094202

Palindromes and Sequences

First we look at some sequences that are palindromes and then at palindromic numbers in some other sequences such as squares that are paindromes and in which bases. And what about the primes or the Fibonacci numbers?

Square numbers

112 = 121 is a palindrome in base 10.
122 = 144 is not a palindrome in base 10 but it is in base 11:
144 = 12×12 = 11×12 + 12 = 11(11 + 1) + 11 + 1 = 1×112 + 2×11 + 1 = 12111
Can you see why all squares are palindromes in some base? Show why
n2 = 1×(n-1)2 + 2(n-1) + 1 = 121n-1 if n>2.
This algebraic equation fails in we want binary squares as 2 is not a binary digit.
The squares in base 2
are 1 and 32=10012 and then there is a long gap before the next palindromic binary square number:
45232 = 20457529 = 10011100000101000001110012.
They are quite rare and there are only 34 numbers with up to 100 bits whose squares are binary palindromes (see A003166).
There may well be an infinite number in base 2 also, but no one has yet found a proof or an infinite series of square binary palindromes.
in base 3:
the squares of 1, 2, 4, 10, 11, 20, 22, 28, ... A029984
in base 4:
the squares of 1, 5, 17, 21, ... A029986 and so on.
in base 10:
the squares of 1, 2, 3, 11, 22, 26, 101, 111, 121, 202, 212, 264, 307, 836, 1001, ... A002778
For bases bigger than 2 we can find an infinite series of numbers that are not only palindromic but their squares are too. Hint: look at the example at the start of this section. Show why
For example, 112 = 121, 1012 = 10201, 10012 = 1002001, 100012= 100020001, ...
This works in any base which allows the "digit" 2, that is any base bigger than 2.
There are many other similar infinite sequences. How many can you find?
Many palindromic squares are palindromic because the number squared is a "simple" palindrome, for example 10012 = 1002001.
But there are other palindromes that are not so simple and whose squares are palindromes, for example 262 = 676, 2642 = 69696, 3072 = 94249, 8362 = 698896.
You will not be able to find any base 10 palindromic square number with 2, 4, 8 or 10 digits and there are other lengths too that are missing in the lengths of such squares. Why?
The Calculator below helps you investigate these and many other sequences.

Fibonacci Numbers

On the Number Bases page we saw that all numbers are the sum of a set of Fibonacci numbers.
"Set" means there that no Fibonacci number is duplicated in the sum.
There are usually many ways to write a number as such a set but There is a problem when we look at palindromes in this representation:
nFibonacci
palindromes
01111011111001111110001101011101111111
n013466119121619
We see that there are two palindromes in the Fibonacci base for the same number 6 and that the ordering is wrong in that 9 has five 'digits' (9 = 8 + 1) but comes after 11 which has just four (11 = 5 + 3 + 2 + 1)!
One way that we can resolve these problems is if we exclude consecutive Fibonacci numbers from the sum, or, in terms of base Fibonacci, if we exclude any base Fibonacci representation that contains two consecutive 1s. We call this the Zeckendorf representation. For any number n the Zeckendorf collection of Fibonacci numbers that sum to n has the fewest. Its alternative name is the Minimal Fibonacci representation.
Using only the Zeckendorf representations would mean that we can exclude 111 for 6 and 1111 for 11 from the table of Fibonacci palindromes but we also lose 3 and 16 too.
nF01101100110001101011000011000001100100110101011000000110100101
n0146912142227333551

Palindromic sequences Calculator

Enter a Javascript expression including the letter n as the variable. The Calculator calculates the value of the expression for each value of n in your given range and shows which are palindromes either in the BASE given or for each n it will find the bases in which the expression's value is a palindrome.
Use brackets ( and ) as usual with the built-in operations and functions as follows: Bases are Values for n can be up to 9×1015 (up to 16 digits approximately).
Palindromic Sequences C A L C U L A T O R
f(n)=
for n = 
up to
10
10
when f(n) is a palindrome in BASE
in which f(n) is a palindrome  

R E S U L T S



 
calculator: Palindromes Sequences Multiple bases

You Do the Maths...

  1. Base 10 Palindromic Squares
    1. Find the three numbers whose squares are palindromes with three digits in base 10.
      Hint: Use f(n) = n**2 and BASE 10. What range of n should you use?
      1: n=11 ↦ 121
      2: n=22 ↦ 484
      3: n=26 ↦ 676
    2. Find all the palindromic squares of up to 7 digits (there are none with 8 digits).
      Base 10: palindromes for n*n in range n=10..3200: 1: n=11 ↦ 121 2: n=22 ↦ 484 3: n=26 ↦ 676 4: n=101 ↦ 10201 5: n=111 ↦ 12321 6: n=121 ↦ 14641 7: n=202 ↦ 40804 8: n=212 ↦ 44944 9: n=264 ↦ 69696 10: n=307 ↦ 94249 11: n=836 ↦ 698896 12: n=1001 ↦ 1002001 13: n=1111 ↦ 1234321 14: n=2002 ↦ 4008004 15: n=2285 ↦ 5221225 16: n=2636 ↦ 6948496
    3. Find the nine 5-digit palindromes whose squares are have 9 digits and also are palindromes.
      Find the other two values of n, not palindromes, that have 9 digit palindromic squares
      Base 10: palindromes for n*n in range n=10000..99999: palindromes which when squared are palindromes of 9 digits: 1: n=10001 ↦ 100020001 2: n=10101 ↦ 102030201 3: n=10201 ↦ 104060401 4: n=11011 ↦ 121242121 5: n=11111 ↦ 123454321 6: n=11211 ↦ 125686521 7: n=20002 ↦ 400080004 8: n=20102 ↦ 404090404 9: n=24846 ↦ 617323716 Others with 9 digit palindromes 10: n=22865 ↦ 522808225 11: n=30693 ↦ 942060249
    4. Why does the list of base 10 square palindromes never end?
      Show why
      The palindromic squares are 1, 4, 9, 121, 484, 676, 10201, 12321, 14641, 40804, ... A002779
      they are the squares of 1, 2, 3, 11, 22, 26, 101, 111, 121, 202, ... A002778
      In these lists is the sequence 22 =4, 222 = 484, 2022 = 40804, 20022 = 4008004, ... which goes on for ever.
      There are other such sequences too but 12 =1, 112 = 121, 1112 = 12321, 11112 = 1234321, ... is not one of them: consider 11111111112.
      On the other hand, 12 =1, 112 = 121, 1012 = 10201, 10012 = 1002001, ... is a valid answer and you should be able to find several more like this.
  2. Look at the palindromic squares in base 3 (use BASE 3 and put n**2 into the "f(n) =" box for n = 1 to 300).
    Can you find
    1. a sequence which shows there is always a base 3 square with odd length ≥3?
    2. a sequence which shows there is always a base 3 square with even length ≥6?
    Show the answer
    1. 1132 = 1213, 10132 = 102013, 100132 = 10020013, ...
    2. 20232 = 1122113, 200232 = 110220113, 2000232 = 11002200113, ...
  3. The triangular numbers are 1, 3, 6, 10,... and are the sum of the first n whole numbers 1 + 2 + 3 + ... + n = n(n+1)/2.
    Using the Calculator generate these by putting either n*(n+1)/2 or polyg(3,n) into the f(n) input box.
    Which triangular numbers below 1000 are palindromic in base 10? (more about the Triangular numbers)
    Base 10: palindromes for n*(n+1)/2 1: n=1 ↦ 1 2: n=2 ↦ 3 3: n=3 ↦ 6 4: n=10 ↦ 55 5: n=11 ↦ 66 6: n=18 ↦ 171 7: n=34 ↦ 595 8: n=36 ↦ 666 9: n=77 ↦ 3003 10: n=109 ↦ 5995 11: n=132 ↦ 8778
    1. Find all the palindromic prime numbers up to 100, in base 10.
      Check your answer with A002385.
    2. Why are there no base 10 palindromic primes with an even number of digits except 11?
      Hint: what is a simple test on the digits of a number to see if it is divisible by 11?.
    3. Which prime numbers are palindromes in binary?
      Check your answer with A016041.
      Will this list include any of the numbers of the form 2n ± 1?
  4. Which Fibonacci numbers are palindromes in base 10?
    Check your answer with A045504

Palindromes in several bases

Every number is palindromic in base 1 (since its representation consists of n 1's) and also in every base bigger than the number (since the representation is essentialy a single "digit" in the base). We also know that every number n is palindromic in base (n−1).
So all numbers are palindromic in base (n−1).
Smaller examples of those palindromic in just this one base are 1, 2, 3, 4, 6, 11, 19, ... A016038.
But are there other bases that give a more "interesting" answer?
Which numbers are palindromes in many bases?
Are there patterns here?

Multiple Base Palindromic Numbers Calculator

The bases in this Calculator can only be numeric.
Multiple Base Palindromic Numbers C A L C U L A T O R


of palindromes
in range
10
up to
10
o p t i o n a l

palindromic in bases

palindromic in all bases:

R E S U L T S



 
calculator: Palindromes Sequences Multiple bases

You Do the Maths...

  1. Show that any composite (non-prime) number N>2 is palindromic in some (non-trivial) base except for two non-prime values of N.
    What are they and why? Show the answer
    If N>2 is not prime number then we can factor it: N = A×B.
    There are three cases:
    If A is less than B−1:
    A is a valid "digit" in base B−1: N = A(B−1)+A = {A,A}B−1
    If A = B−1:
    N = AB = (B−1)B.
    One of B or B−1 is even so N is even: N = 2 M.
    N = 2(M − 1) + 2 = 22M−1
    Exception: The only exception is when M=3 when 2 is not a valid digit in base M−1.
    This is when N=6.
    If A = B, N is a square number:
    N = A×A = (A−1)2 + 2(A−1) + 1
    N = 121A−1
    Exception The only problem is when A=2 because A−1 = 2 is not a valid Base (A−1) digit.
    This is when N=4
    The two exceptions are 2 and 4. All other composite N are covered by the above cases.
  2. Find the numbers from 2 up to 100 that are palindromes in only the trivial cases.
    From the previous question these must be prime apart from the two composite exceptions. Show the answer
    2, 3, 4, 6, 11, 19, 47, 53, 79, 103, ... A016038
    1. Can a palindrome in base β ever be a multiple of β?
    2. What can you say about the remainder when divided by 6 if a number is a palindrome in both base 2 and base 3?
    Show the answer
    1. A multiple of β in base β must end in 0 and we are excluding such numbers as palindromes.
      If we included such then 10 becomes a palindrome in base 10 as do 20, 30, ..., 90, 100, 110 and so on.
    2. A palindrome in base 2 must therefore be ODD and a palindrome in base 3 is not a multiple of 3.
      So a number which is a palindrome in both when divided by 6 cannot have a remainder of 0, 2 or 4 (such numbers are even), nor a remainder of 3 (it would be a multiple of 3) so must have a remainder of 1 or 5.
      Palindromes in bases 2 and 3 must be either one more or one less than a multiple of 6.
  3. 33=1000012, 99=11000112 and 313=1001110012 are examples of numbers that are palindromes in both bases 2 and 10.
    1. What is the complete list up to 1000?
    2. Another much larger number is 719848917. Can you find a larger one?
      Hint: Find the index number of this palindrome in base 2. Search using 'positions' from this position upwards.
    Check your answers with A007632.
    See the References below for more on this problem.
    1. Ignoring single 'digit' numbers in all bases:
      5 is smallest number palindromic in two bases: 1012, 114
      10 the smallest palindrome in three bases: 1013, 224, 119.
      What is the smallest number palindromic in four bases? in five bases?
    2. Continue the list testing numbers up to 300. You should find 12 numbers that are the smallest that are palindromes in up to 13 bases.
    Check your answer in A037183
    1. What is 12345610 in base 100?
      What is 101101002 in base 4?
      What is the relationship between the digits of any number in base β and its digits in base β2?
    2. What is 262 in bases 5 and 25?
      What is 502 in bases 7 and 49?
      What is the pattern here?
    Show the answers
    1. 12345610 = {12,34,56}100
      101101002 = {102=2,112=3,012=1,002=0}4
      convert successive pairs of the base β bits to get the 'digits' of base β2
    2. 262 = 52 + 1 = 1015
      262 = (25 + 1)2=252 + 2×25 + 1 = 102015 = 12125
      50 = 49 + 1 = 72 + 1 = 1017 = 1149
      β2 + 1 = 101β = 11β2

Palindromic Twosums and Products

Palindromic Twosums

A sum of two numbers gives a palindrome and the reversal of both the numbers summed gives the same sum:
23 + 98 = 121 = 89 + 32
Apart from single digit numbers, are there other pairs or twosomes (two-sums?) like this? We can exclude any sum which does not involve a carry as those are again "trivial".
Can you find examples in other bases?

Palindromic Products

If we take the product 134 × 201 = 26934 we can reverse the whole equation and it still remains true:
134 × 201 = 26934
43962 = 102 × 431
Are there any more? What do they look like?
Product:
Reversed:
12 × 102 = 1224
21 × 201 = 4221
12 × 103 = 1236
21 × 301 = 6321
12 × 104 = 1248
21 × 401 = 8421
Squares 13 × 13 = 169
31 × 31 = 961
112 × 112 = 12544
211 × 211 = 44521
Let's use reverse(N) for the number with the (base 10) digits of N in reverse order, for example reverse(1213) is 3121 and let's call a pair of numbers n and m for which
reverse(n) × reverse(m) = reverse(m × n)
a reverse product pair.

Are all pairs of palindromes reverse product pairs?
If they were then since the two numbers are their own reversals (they are palindromes) then their product must also be a palindrome. So we are asking if the product of two palindromes is always another palindrome. Yes, there are some:

11 × 22 = 242; 77 × 88 = 6776; 77 × 858 = 66066
but this does not apply to every pair of palindromes:
11 × 55 = 605; 121 × 858 = 103818

More Palindrome Prime Patterns

Patrick De Geest has a wonderful World Of Numbers page which includes some nice facts about the palindrome 323323. Here are some with suggestions about how to extend the patterns.
Here all nine digits are each raised to a power and the powers also use all nine digits once.
The sum is a palindrome.
Can you find other palindromes with this property?
What about in other bases?
17 + 22 + 38 + 49 + 55 + 66 + 71 + 84 + 93 = 323323
These palindromes are a product of consecutive primes. Are there any more? 7 × 11 × 13 = 1001
5 × 7 × 11 × 13 = 5005
7 × 11 × 13 × 17 × 19 = 323323, 17 ×19 = 323
If we dropped the condition that the primes must be consecutive then we can find many more:
Can you find some patterns in these?
3 × 7 × 37 = 777
11 × 17 × 41 = 7667
41 × 43 × 53 = 93439
3 × 7 × 11 × 13 × 37 = 111111
Can you continue this pattern in the primes or find some similar ones? 2 × 3 × 11 = 66
2 × 3 × 11 × 13 = 858
2 × 3 × 7 × 11 × 13 = 6006
2 × 3 × 7 × 11 × 13 × 37 = 222222
or 2 × 3 × 7 × 11 × 13 × 47 = 282282
2 × 3 × 7 × 11 × 13 × 37 × 101 = 22444422
or 2 × 3 × 7 × 11 × 13 × 37 × 197 = 43777734
Here is another extension of the patterns above: 2 × 3 × 7 × 11 × 13 × 37 = 222222
2 × 3 × 7 × 11 × 13 × 47 = 282282
2 × 3 × 7 × 11 × 13 × 79 = 474474
2 × 3 × 7 × 11 × 13 × 101 = 606606
2 × 3 × 7 × 11 × 13 × 3467 = 20822802
2 × 3 × 7 × 11 × 13 × 4007 = 24066042
2 × 3 × 7 × 11 × 13 × 4057 = 24366342
2 × 3 × 7 × 11 × 13 × 4157 = 24966942
2 × 3 × 7 × 11 × 13 × 6869 = 41255214
2 × 3 × 7 × 11 × 13 × 7559 = 45399354
2 × 3 × 7 × 11 × 13 × 10151 = 60966906
2 × 3 × 7 × 11 × 13 × 13553 = 81399318

Palindromic Multigrades

My favourite maths book of all time is A H Beiler's "Recreations in the Theory of Numbers" and in it he has this remarkable pattern involving palindromes
1221  + 5445  + 6996  = 2112  + 3663  + 7887 
12212 + 54452 + 69962 = 21122 + 36632 + 78872
A sum which is correct both when we add the numbers and when we add their powers up to a given maximum power is called a multigrade.
Some simpler non-palindromic multigrades are
11 + 51 + 81 + 121 = 21 + 31 + 101 + 111 = 26
12 + 52 + 82 + 122 = 22 + 32 + 102 + 112 = 676
13 + 53 + 83 + 123 = 23 + 33 + 103 + 113 = 17576
He also has the two lists of numbers, each number is the reverse of one in the other list:
132, 223, 241, 243, 312, 314, 332, 423 - let's call this list A
231, 322, 142, 342, 213, 413, 233, 324 - let's call this list revA
have the remarkable property that Beiler uses the notation
132, 223, 241, 243, 312, 314, 332, 423 3 231, 322, 142, 342, 213, 413, 233, 324
=
A multigrade denoted
k
L =  R
means
list L's numbers with each raised to the power P
has the same sum as
list R's numbers with each raised to the same power
and
this is true for all powers P from 1 to k.
When P is 1, we have two lists with the same sum S and these are called partitions of S.
When P is 2 we have sums of squares and the sum S is a sum of squares in two ways (L and R).
But for two lists L and R where both of these hold, we have a multigrade with k=2.
He also gives another list with this property:
1234, 2455, 2565, 3346, 4541, 5322, 5432, 6653 and the list of the reversals of each number
Here is how he derives the first palindromic multigrade at the head of this section. He takes the two single-digit multigrades
1, 5, 6 2 2, 3, 7 and 2, 4, 9 2 1, 6, 8
= =
and multiplies the numbers in one by 1001 and the other by 110 and adds them in pairs to get
1221, 5445, 69962 2112, 3663, 7887
=
He even goes a stage further and includes a third multigrade:
2, 2, 5 2 1, 4, 4
=
to get
122221, 542245, 6955962 211112, 364463, 784487
=
However, the same principles give rise to:
1, 5, 6 2 2, 3, 7
=
11, 55, 66 2 22, 33, 77
=
111, 555, 666 2 222, 333, 777
=
...
1, 5, 6 2 2, 3, 7
=
121, 535, 676 2 212, 353, 767
=
1221, 5335, 6776 2 2112, 3553, 7667
=
...
What principles or rules are at work here?
Can you find more multigrades with this palindromic property?
What if we restrict the powers to just (1) and 2?
Can you find two such lists of palindromes which work for powers (1), 2, 3 and 4?
Can we find a multigrade with two palindromic lists as long as we like? How much of this carries over to other bases?
For some answers and many results and theorems see the references at the foot of this page.

You Do the Maths...

  1. Products of palindromes::
    1. Are there an infinite number of pairs of palindromes whose product is a palindrome?
      Hint: try to find pattern that continues for ever.
      One pattern is
      11 × 11 = 121, 101 × 101 = 10201, 1001 × 1001 = 1002001, ...
    2. Are there an infinite number of pairs of palindromes whose product is not a palindrome?
      11 × 55 = 605, 111 × 55 = 6105, 1111 × 55 = 611105, 11111 × 55 = 6111105, ...
      all begin with 6 but end with 5
    Show the answers
  2. Reverse product pairs that include 12:
    How many more numbers N can you find where reverse( 12 × N ) = 21 × reverse(N)?
    The list begins with N = 1, 2, 3 and 4: 12×1=12, 21=21×1; 12×2=24, 42=21×2; ...
    What comes next?
    How many N are there less than 100?
    n can be 1, 2, 3, 4, 10, 11, 12, 13, 14, 20, 21, 22, 23, 24, 30, 31, 32, 33, 40, 41, 100
  3. Reverse product pairs of squares:
    Which numbers N when squared and reversed are the squares of their reverses, or in other words,
    find numbers N where reverse( N2 ) = ( reverse(N) )2
    for example N=13 and N=112 in the examples above.
  4. Does the pattern
    132 = 169    312 = 961
    1132 = 12769 3112 = 96721
    11132 = 1238769 31112 = 9678321
    continue for ever?
    If not, can you find a series of squares which does;
    if it does, can you find another similar series? Show the answers
    No, it stops after one more row:
    111132 = 123498769 311112 = 967894321
    1111132 = 12346098769 3111112 = 96790054321
    Two other infinite patterns of palindromic numbers whose squares are palindromic are:
    112 = 121  101 1012 = 10221412201
    1012 = 10201101 0 1012 = 1020304030201
    10012 = 1002001101 00 1012 = 102012040210201
    ......
  5. Some numbers such as 2448 have two different reverse products:
    12 × 204 = 24 × 102 = 2448
    21 × 402 = 42 × 201 = 8442
    Can you find others?
  6. All the examples up to now have only used the digits 0, 1, 2, 3, 4 in both numbers to be multiplied.
    Can you find an example which has a larger digit?
  7. Henry Bottomley says that
    Bottomley's Rule
    If the sum of the squares of the base β digits of n is less than β
    and n is not divisible by β
    then the product of n and the base β reversal of n is a base β palindrome.
    This refers to "small digit" numbers so that when we multiply any by its reversal we get a palindrome, as in
    211 × 122 = 23632
    121111 × 111121 = 13457975431
    But Bottomleys' result applies to all bases not just to base 10 (β=10).
    Although
    113 × 311 = 35143
    is not a palindrome in base 10, the number 113 satisfies the conditions of Bottomley's Rule in base 12 and we do indeed find
    {1,1,3}12 × {3,1,1}12 = {3,4,11,4,3}12

    What do the two conditions do?
    Can you find a proof?
    See World Of Numbers website.
  8. Palindromic Dates and Times
    1. When was the last palindromic year and when is the next?
    2. A digital clock shows hours and minutes as H:M where H is the one or two-digit hour from 1 to 12 and M is the two-digit minute from 00 to 59. For example 1:08 for 8 minutes past 1.
      If we ignore the colon separator, for how many minutes each day will the clock be showing a palindromic time?
      1:01, 1:11, 1:21, 1:31, 1:41, 1:51,
      2:02, 2:12, 2:22, 2:32, 2:42, 2:52
      3:03, 3:13, 3:23, 3:33, 3:43, 3:53,
      ...
      9:09, 9:19, 9:29, 9:39, 9:49, 9:59,
      10:01, 11:11, 12:21
      Total: 6 for each of 9 hours= 54; 3 for the 10, 11 and 12 hours: 57 minutes.
    3. For how many minutes would the digital clock be showing a palindrome if the digital clock's hours go from 0 to 23?
      0:00, 0:10, 0:20, 0:30, 0:40, 0:50,
      then 6 times each hour up to 9:59,
      10:01, 11:11, 12:21, 13:31, 14:41, 15:51,
      20:02, 21:12, 22:22, 23:32
      10 hours with 6 minutes and 10 hours with a single minute = 70 minutes
    4. An analogue clock (with continuously moving hour and minute hands) is next to the digital 24 hour clock.
      Apart from 0:00 when the analogue clock's hands are overlapping, for which one of the digital clock's palindromic times will the analogue clock's hands be closest together?
      9:49 the hands are separated by 0.5°
    Show answers

References


© 2017-2023 Dr Ron Knott ronknott at mac dot com    Dr Knott's Maths Fibonacci and HOME page
created: 20 August 2017