login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085822 Smallest prime with n prime substrings (excluding prime itself but allowing leading zeros). 2
2, 13, 23, 113, 137, 373, 1973, 1733, 1373, 10337, 10313, 31379, 37337, 113173, 211373, 313739, 337397, 1113173, 1003733, 2313797, 2337397, 10003733, 11031373, 11373379, 33133733, 20037337, 100037339, 103137337 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(5)=373 because it is prime and has 5 prime substrings: 3,7,3,37,73.
MAPLE
V:= Array(0..27): count:= 0:
p:= 1:
while count < 28 do
p:= nextprime(p);
v:= nps(p);
if v <= 100 and V[v] = 0 then V[v]:= p; count:= count+1 fi
od:
convert(V, list); # Robert Israel, Mar 03 2023
CROSSREFS
Cf. A085823.
Sequence in context: A090528 A094535 A035244 * A213321 A093301 A079397
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jul 04 2003
EXTENSIONS
More terms from Robert Israel, Mar 03 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)