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!)
A092767 Numbers k such that 10^k - 11 is prime. 12
2, 5, 8, 12, 15, 18, 20, 30, 80, 143, 152, 164, 176, 239, 291, 324, 504, 594, 983, 2894, 22226, 35371, 58437, 67863, 180979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Some of the larger terms may only correspond to probable primes.
The numbers corresponding to k = 324, 504, 594 & 983 are certified prime by Primo. - Robert G. Wilson v, Jul 01 2005
a(26) > 2.5*10^5. - Robert Price, Apr 12 2015
LINKS
EXAMPLE
k = 5 is a term because 10^5 - 11 = 100000 - 11 = 99989, which is prime.
MATHEMATICA
Do[ If[ PrimeQ[10^n - 11], Print[n]], {n, 3000}] (* Robert G. Wilson v, Jul 01 2005 *)
PROG
(PARI) for(n=0, 5000, if(isprime(10^n-11), print1(n, ", "))) \\ Ryan Propper, Jun 15 2005
CROSSREFS
Sequence in context: A209295 A184813 A108311 * A190000 A080753 A248184
KEYWORD
more,nonn
AUTHOR
Carl R. White, Apr 23 2004
EXTENSIONS
4 more terms from Ryan Propper, Jun 15 2005
Edited by N. J. A. Sloane, May 04 2007
a(21)-a(22) from Robert Price, Dec 12 2010
Edited by Ray Chandler, Dec 23 2010
a(23)=58437 and a(24)=67863 from Robert Price, May 29 2011
a(25) from Kamada data by Robert Price, Apr 12 2015
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 8 18:48 EDT 2024. Contains 375023 sequences. (Running on oeis4.)