|
Search: id:A165700
|
|
|
| A165700 |
|
Numbers n such that n*10^(n+1)+1 is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Numbers n such that the number that begins with n, followed by
n zeros, ends with 1 is prime.
Those numbers corresponding to a(4), a(5) and a(6) are probable primes.
There is no further term up to 14000.
|
|
MATHEMATICA
|
Do[If[PrimeQ[n*10^(n+1)+1], Print[n]], {n, 14000}]
|
|
CROSSREFS
|
Cf. A068817, A084428.
Sequence in context: A138417 A035357 A135059 this_sequence A164135 A119056 A164083
Adjacent sequences: A165697 A165698 A165699 this_sequence A165701 A165702 A165703
|
|
KEYWORD
|
base,hard,more,nonn
|
|
AUTHOR
|
F. Firoozbakht (mymontain(AT)yahoo.com), Sep 25 2009
|
|
|
Search completed in 0.002 seconds
|