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!)
A096214 First prime in primes of the form 10^n + 10^(n-k) - 1. 0
109, 1009, 10009, 1000099, 1000009999, 1000000999999, 10000000999, 1000000009, 1000000000999999999, 10000000000099, 100000000000099, 100000000000009999, 10000000000000099, 100000000000000099, 1000000000000000009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) f(n, z) = for(x=z, n, y=10^x+10^(x-z)-1; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A061699 A359144 A239720 * A173665 A059936 A262854
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jul 28 2004
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 August 9 12:36 EDT 2024. Contains 375042 sequences. (Running on oeis4.)