Problem 808
Reversible prime squares
Both
We call a number a reversible prime square if:
- It is not a palindrome, and
- It is the square of a prime, and
- Its reverse is also the square of a prime.
Find the sum of the first
可反转质数平方
我们称一个数为可反转质数平方,若其满足以下条件:
- 它不是回文数,且
- 它是质数的平方,且
- 将它的数字反转所得的数也是质数的平方。
求前
Gitalking ...