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!)
A068103 Smallest prime starting with at least n 2s. 5
2, 2, 223, 2221, 22229, 2222203, 22222223, 22222223, 222222227, 22222222223, 22222222223, 2222222222243, 22222222222201, 22222222222229, 222222222222227, 222222222222222043, 222222222222222221 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) A068103(n)={n=10^n\9*2; n>2&for(d=1, 9e9, n*=10; for(t=1, 10^d-1, ispseudoprime(n+t)&return(n+t))); 2} \\ - M. F. Hasler, Oct 17 2012
CROSSREFS
Sequence in context: A216481 A078241 A216812 * A335257 A119512 A350028
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 20 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 19 2002
Corrected by Don Reble, Jan 17 2007
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 May 12 02:05 EDT 2024. Contains 372431 sequences. (Running on oeis4.)