A172257 The prime that gives n primes via concatenation of decremented numbers in sequence as quickly as possible.
7, 73, 1476193, 10087249723, 29112561133
Offset: 1
Examples
a(1)=7, as 76543 is prime, and none of the smaller primes give such an example, concatenation beginning with 2 only having the case 3*7, beginning with an odd prime necessarily requiring 5 total concatenated values to avoid divisibility by either 2 or 3, and 54321 also being composite. a(2)=73, as 7372717069 and 73727170696867 are both prime, with no smaller prime resulting in two primes this quickly. And a(3)=1476193, as this is the first prime for which primes arise for all three cases of concatenation of the 5, 7 and 11 incrementally decreasing numbers starting with it.
Links
- Wikipedia, Chinese Remainder Theorem
- Wikipedia, Chebotarev's Density Theorem
Crossrefs
Cf. A152396.
Comments