A227775 Smallest prime that is a concatenation in base n of two or more successive numbers beginning with a power of n (including n^0=1).
11, 5, 1298074219469410275663133932519427, 7, 223, 131870666077, 83, 11
Offset: 2
Examples
11 is the decimal representation of the value for n=2 as the concatenation 10 followed by 11 in binary, with the only smaller concatenation of type (110, 6 in decimal) composite.
Links
- Prime Curios!, 10000...00009 (140-digits)
Crossrefs
Cf. A173189.
Formula
a(p-2) = p if p is an odd prime.
Comments