Let's recall that a semiprime is a number with two, not necessarily distinct, prime factors. The very first semiprime is 4 = 2 x 2 with only one distinct prime factor. The next is 6 = 2 x 3 with two distinct prime factors. Concatenation involves combining the two factors together so that 2 x 2 becomes 22 and 2 x 3 becomes 23. Concatenating the factors of a semiprime with only one distinct prime factor can never produce a prime because of the repetition of digits. Thus 22 is not prime. However, concatenating the factors of a semiprime with two distinct prime factors can produce a prime. 23 is an example.
However, the factors need not be written is ascending order. We could just as well write 6 = 3 x 2 and in this case concatenating the digits produces 32 which is not a prime number. The first example of a semiprime whose factors can be concatenated either way to produce a prime is 21 because 21 = 3 x 7 giving 37 and 21 = 7 x 3 giving 73. So this is clear enough. Now let's turn our attention to the so-called emiprimes, a semiprime that remains a semiprime when its digits are reversed. The first example of a semiprime that is an emirpimes is 15 because 15 = 3 x 5 and 51 = 3 x 17.
What I want to find is a list of semiprimes with the following properties:
- the semiprime is also an emirpimes
- the semiprime has two distinct prime factors
- the concatenation of the prime factors of the semiprime in ascending order is a prime
- the concatenation of the prime factors of the semiprime in descending order is a prime
- the emirpimes has two distinct prime factors
- the concatenation of the prime factors of the emirpimes in ascending order is a prime
- the concatenation of the prime factors of the emirpimes in descending order is a prime
Figure 1 |
No comments:
Post a Comment