|
| |
|
|
A056719
|
|
Numbers n such that 7*10^n + R_n is prime, where R_n = 11...1 is the repunit (A002275) of length n.
|
|
1
| | |
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Also numbers n such that (64*10^n-1)/9 is prime.
No other terms below 184000 [From Serge Batalov (batalovs(AT)yahoo.com), Aug 13 2009]
|
|
|
LINKS
| Makoto Kamada, Factorizations of 711...11
Index entries for primes involving repunits
|
|
|
MATHEMATICA
| Do[ If[ PrimeQ[ 7*10^n + (10^n-1)/9], Print[n]], {n, 0, 35076}]
|
|
|
CROSSREFS
| Sequence in context: A197228 A009521 A116120 * A038855 A097254 A043911
Adjacent sequences: A056716 A056717 A056718 * A056720 A056721 A056722
|
|
|
KEYWORD
| hard,nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 11 2000
|
|
|
EXTENSIONS
| A new PRP term from Serge Batalov (batalovs(AT)yahoo.com), Aug 13 2009
|
| |
|
|