← Complete problem index

PROJECT EULER · #0134

Prime Pair Connection

Statement only · SolvedOriginal problem ↗

Consider the consecutive primes p1=19 and p2=23. It can be verified that 1219 is the smallest number such that the last digits are formed by p1 whilst also being divisible by p2.

In fact, with the exception of p1=3 and p2=5, for every pair of consecutive primes, p2>p1, there exist values of n for which the last digits are formed by p1 and n is divisible by p2. Let S be the smallest of these values of n.

Find S for every pair of consecutive primes with 5p11000000.

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.