A103576
Concatenations of pairs of primes that differ by 1000000.
Original entry on oeis.org
31000003, 371000037, 1511000151, 1931000193, 1991000199, 2111000211, 3131000313, 3671000367, 3971000397, 4091000409, 4571000457, 5411000541, 5471000547, 5771000577, 6191000619, 6911000691, 8291000829, 8591000859
Offset: 1
Prime(47) = 211 and 211 + 1000000 = Prime(78515) = 1000211. Concatenating these two primes gives 2111000211 = 3^4 * 17^2 * 31 * 2909.
A103617
Concatenations of pairs of primes that differ by 10^9.
Original entry on oeis.org
71000000007, 971000000097, 1031000000103, 1811000000181, 2231000000223, 2411000000241, 2711000000271, 3491000000349, 4091000000409, 4331000000433, 4391000000439, 6071000000607, 6131000000613, 7871000000787, 8291000000829
Offset: 1
181 is prime, 181+10^9 = 1000000181 is prime, so their concatenation is an element of this sequence: 1811000000181. Coincidentally, prime(181)+10^9 = 1000001087 is also prime.
Cf.
A000040,
A001358,
A023201,
A100750,
A103195,
A103206,
A104718,
A104719,
A103523,
A103534,
A103576.
-
FromDigits[Join[IntegerDigits[#],IntegerDigits[#+10^9]]]&/@Select[Prime[ Range[ 200]],PrimeQ[ #+ 10^9]&] (* Harvey P. Dale, May 14 2022 *)
A104873
Concatenations of pairs of primes that differ by 10^12.
Original entry on oeis.org
611000000000061, 1631000000000163, 1931000000000193, 2111000000000211, 2711000000000271, 3311000000000331, 5471000000000547, 6611000000000661, 7511000000000751, 7871000000000787, 9971000000000997, 10511000000001051
Offset: 1
61 is prime, specifically prime(18) and 61 + 10^12 is prime, specifically prime(7607912020), so their concatenation is in this sequence: 611000000000061. The concatenation is not itself prime, as it equals 3 * 7 * 23 * 1265010351967.
Cf.
A000040,
A001358,
A023201,
A100750,
A103195,
A103206,
A104718,
A104719,
A103523,
A103534,
A103576,
A103617.
Showing 1-3 of 3 results.
Comments