Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092767
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092767 Numbers n such that 10^n-11 is prime. +0
12
2, 5, 8, 12, 15, 18, 20, 30, 80, 143, 152, 164, 176, 239, 291, 324, 504, 594, 983, 2894 (list; graph; listen)
OFFSET

1,1

COMMENT

Some of the larger entries may only correspond to probable primes.

324, 504, 594 & 983 are certified prime by Primo. - Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 01 2005

Next term after 2894 is greater than 7250. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 05 2007

EXAMPLE

n = 5 is a member because 10^5-11 = 100000-11 = 99989, which is prime.

MATHEMATICA

Do[ If[ PrimeQ[10^n - 11], Print[n]], {n, 3000}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 01 2005)

PROGRAM

(PARI) for(n=0, 5000, if(isprime(10^n-11), print1(n, ", "))) (Propper)

CROSSREFS

Cf. A089675, A086865, A004023, A095714/.

Adjacent sequences: A092764 A092765 A092766 this_sequence A092768 A092769 A092770

Sequence in context: A004112 A024815 A073837 this_sequence A108311 A080753 A087347

KEYWORD

more,nonn

AUTHOR

Carl R. White (cyrek(AT)cyreksoft.yorks.com), Apr 23 2004

EXTENSIONS

4 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 15 2005

Edited by njas, May 04 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 17 13:36 EDT 2008. Contains 139908 sequences.


AT&T Labs Research