|
Problems & Puzzles:
Puzzles
Puzzle 1265 A
sort of “convolution” between a prime P1 and
its succesor P2
On March 17, 2026,
Paolo Lava sent the followiing puzzle.
Let us
consider a sort of “convolution” between a prime P1
and its succesor P2.
Here below an example to
clarify the idea.
P1 = 2861; the next prime
is P2 = 2879. Now, starting from P1 multiplied by
10^(number of digit of P2) we have:
28610000
+ 2879 = 28612879 (not prime) 2861000 + 2879 =
2863879 (prime) 286100 + 2879 = 288979 (prime)
28610 + 2879 = 31489 (prime) 2861 + 2879 = 5740
(not prime) 2861 + 28790 = 31651 (not prime)
2861 + 287900 = 290761 (prime) 2861 + 2879000 =
2881861 (prime) 2861 + 28790000 = 28792861
(prime)
In total, we have 6 primes and prime
2861 together with its successor 2879 is the least
prime to produce 6 different primes through this
process.Note that it makes no difference whether you
start this process with P1 or P2.
Again, we
move between the concatenation of P1 and P2
(28612879) to end with the concatenation of P2 and
P1 (28792861), or viceversa: we do not continue with
2861000…0002879 or 2879000…0002861 otherwise it is a
never ending story.I searched for the least prime P1
that produces, together with its successor P2, n
different primes.
I searched for the least prime P1 that produces,
together with its successor P2, n different primes.
Here are my resukts
|
n
|
P1
|
P2
|
Produced Primes
|
|
1
|
3
|
5
|
53
|
|
2
|
2
|
3
|
5,23
|
|
3
|
31
|
37
|
347, 401, 3731
|
|
4
|
233
|
239
|
23539, 24133, 233239, 239233
|
|
5
|
211
|
223
|
2333, 2441, 21323, 22511, 223211
|
|
6
|
2861
|
2879
|
31489, 288979, 290761, 2863879, 2881861,
28792861
|
|
7
|
10711
|
10723
|
117833, 1081823, 10721723, 10733711,
107240711, 1071110723, 1072310711
|
|
8
|
99611
|
99623
|
1095733, 1095841, 10060723, 10061911,
99722611, 996209623, 996329611, 9962399611
|
|
9
|
513053
|
513059
|
51818359, 51818953, 513566059, 513572053,
5131043059, 5131103053, 51305813059,
513053513059, 513059513053
|
|
10
|
5486807
|
5486813
|
60354883, 60354937, 554168107, 5492293813,
5492299807, 54873556813, 548686186813,
548686786807, 54868075486813, 54868135486807
|
|
11
|
184700947
|
184700959
|
2031710537, 184885659947, 1847194170959,
1847194290947, 18470279400959,
184701131700959, 184701143700947,
1847009774700947, 18470094884700959,
184700947184700959, 184700959184700947
|
Q1: Can you extend
the sequence beyond the eleventh term?
|
|
|
|
|