|
Search: id:A108332
|
|
|
| A108332 |
|
Integers n such that 10^n-89 is prime. |
|
+0 3
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Some of the larger entries may only correspond to probable primes.
637 corresponds to a certified prime (Primo 2.2.0 beta). No more terms through 10,000. - Ryan Propper (rpropper(AT)stanford.edu), Nov 06 2005
|
|
EXAMPLE
|
n = 3 is a member because: 10^3-89 = 1000-89 = 911, which is prime.
|
|
MATHEMATICA
|
Do[If[PrimeQ[10^n - 89], Print[n]], {n, 2, 10^4}] (Propper)
|
|
CROSSREFS
|
Cf. A089675, A095714, A092767.
Sequence in context: A128874 A090510 A004887 this_sequence A066685 A076155 A004898
Adjacent sequences: A108329 A108330 A108331 this_sequence A108333 A108334 A108335
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Jun 30 2005
|
|
|
Search completed in 0.002 seconds
|