|
| |
|
|
A055520
|
|
Numbers n such that 30*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n.
|
|
3
| |
|
|
1, 2, 3, 4, 5, 6, 7, 17, 39, 49, 59, 77, 100, 150, 318, 381, 783, 1731, 1917, 8854, 11244, 11959, 12129, 18532, 22717, 23364, 24252, 24548, 25323, 30177, 53717, 380975, 424860
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Also numbers n such that (10^(n+1)-7)/3 is prime.
|
|
|
REFERENCES
| Martin Gardner, Strong Laws of Small Primes, in The Last Recreations, p. 194 (1997).
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, 3
Index entries for primes involving repunits
|
|
|
MATHEMATICA
| Do[ If[ PrimeQ[30*(10^n - 1)/9 + 1], Print[n]], {n, 0, 50410}]
|
|
|
CROSSREFS
| Equals A055557 minus 1.
Indices of A033175 that are primes. Cf. A051200, A055557.
Sequence in context: A171678 A039090 A138988 * A037342 A200333 A024644
Adjacent sequences: A055517 A055518 A055519 * A055521 A055522 A055523
|
|
|
KEYWORD
| hard,nonn
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
|
|
EXTENSIONS
| a(32)-a(33) from Leonid Durman, Jan 09-10 2012
|
| |
|
|