|
Search: id:A101393
|
|
|
| A101393 |
|
Numbers n such that 3*10^n + R_n + 6 is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Also numbers such that (28*10^n+53)/9 is prime.
All except 1, 2 and 218 only probably prime. No others less than 10000.
|
|
LINKS
|
Makoto Kamada, Factorizations of 311...117.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
n = 1, 2 are members since 37 and 317 are primes.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[(28*10^n+53)/9], Print[n]], {n, 0, 10000}]
|
|
CROSSREFS
|
Cf. A100501, A100473.
Sequence in context: A090560 A078280 A125058 this_sequence A124188 A078276 A117076
Adjacent sequences: A101390 A101391 A101392 this_sequence A101394 A101395 A101396
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
|
|
|
Search completed in 0.002 seconds
|