|
Search: id:A122862
|
|
|
| A122862 |
|
Numbers n such that (9*10^n-11)/7 is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
All terms are of the form 2+6*k, k=0,1,... Next term > 7220. Are there any n's such that (9*10^n-11)/p is prime for prime p<>7? Cf. A102741 Numbers n such that 9*10^n-11 is prime.
|
|
MATHEMATICA
|
Do[If[PrimeQ[(9*10^n-11)/7], Print[n]], {n, 2, 7220, 6}]
|
|
CROSSREFS
|
Cf. A102741.
Sequence in context: A128697 A089663 A103029 this_sequence A137105 A007082 A135388
Adjacent sequences: A122859 A122860 A122861 this_sequence A122863 A122864 A122865
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Sep 22 2006
|
|
|
Search completed in 0.002 seconds
|