P808
projecteuler.net

Reversible Prime Squares

ℹ️Published on Sunday, 18th September 2022, 05:00 am; Solved by 2978;
Difficulty rating: 5%

Both $169$ and $961$ are the square of a prime. $169$ is the reverse of $961$.

We call a number a reversible prime square if:

  1. It is not a palindrome, and
  2. It is the square of a prime, and
  3. Its reverse is also the square of a prime.

$169$ and $961$ are not palindromes, so both are reversible prime squares.

Find the sum of the first $50$ reversible prime squares.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.