|
| |
|
|
A056713
|
|
Numbers n such that 5*10^n + R_n is prime, where R_n = 11...1 is the repunit (A002275) of length n.
|
|
1
|
|
|
|
0, 5, 12, 15, 84, 144, 150, 1235, 1727, 1812, 8687
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
Also numbers n such that (46*10^n-1)/9 is prime.
|
|
|
LINKS
|
Table of n, a(n) for n=1..11.
Makoto Kamada, Factorizations of 511...11
Index entries for primes involving repunits
|
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 5*10^n + (10^n-1)/9], Print[n]], {n, 0, 10000}]
|
|
|
CROSSREFS
|
Sequence in context: A087090 A161756 A184399 * A110670 A111523 A078231
Adjacent sequences: A056710 A056711 A056712 * A056714 A056715 A056716
|
|
|
KEYWORD
|
hard,nonn
|
|
|
AUTHOR
|
Robert G. Wilson v, Aug 11 2000
|
|
|
EXTENSIONS
|
8687 from Hugo Pfoertner, Oct 19 2004
|
|
|
STATUS
|
approved
|
| |
|
|