login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A113893
Smallest prime obtained as a concatenation of prime(n) and prime(m) with m > n.
1
23, 37, 523, 719, 1117, 1319, 1723, 1931, 2341, 2953, 3137, 3761, 4153, 4373, 4759, 53101, 59107, 6173, 6779, 71167, 73127, 79103, 8389, 89101, 97103, 101107, 103307, 107137, 109139, 113131, 127139, 131149, 137191, 139199, 149173, 151157, 157163
OFFSET
1,1
LINKS
EXAMPLE
a(6) = 1319 as 1317 is composite. prime(6) = 13.
MATHEMATICA
spc[n_]:=Module[{p1=Prime[n], p2}, p2=NextPrime[p1]; While[!PrimeQ[ p1* 10^IntegerLength[ p2]+p2], p2 = NextPrime[p2]]; p1*10^IntegerLength[ p2]+p2]; Array[spc, 40] (* Harvey P. Dale, Apr 05 2018 *)
CROSSREFS
Sequence in context: A133980 A090312 A089782 * A146390 A233385 A282712
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 18 2005
EXTENSIONS
More terms from Stefan Steinerberger and Jim Nastos, Nov 18 2005
STATUS
approved