|
Search: id:A101398
|
|
|
| A101398 |
|
Numbers n such that 4*10^n-3 is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Some of the larger entries may only correspond to probable primes.
|
|
LINKS
|
Makoto Kamada, Factorizations of 399...997.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
n = 1, 2, 14, 20 are members since 37, 397, 399999999999997 and 399999999999999999997
are prime numbers.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[4*10^n - 3], Print[n]], {n, 0, 10000}]
|
|
CROSSREFS
|
Cf. A089675.
Sequence in context: A108029 A032476 A059205 this_sequence A131221 A138047 A005237
Adjacent sequences: A101395 A101396 A101397 this_sequence A101399 A101400 A101401
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
|
|
|
Search completed in 0.002 seconds
|