Skip to content

Latest commit

 

History

History

049

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Prime permutations

The arithmetic sequence, 1487, 4817, 8147, in which each of the terms increases by 3330, is unusual in two ways: (i) each of the three terms are prime, and, (ii) each of the 4-digit numbers are permutations of one another.

There are no arithmetic sequences made up of three 1-, 2-, or 3-digit primes, exhibiting this property, but there is one other 4-digit increasing sequence.

What 12-digit number do you form by concatenating the three terms in this sequence?

Performance

Try it online!

Real time: 0.441 s
User time: 0.340 s
Sys. time: 0.136 s
CPU share: 108.03 %
Exit code: 0