|
| |
|
|
A103025
|
|
Numbers n such that 6*10^n-7 is prime.
|
|
1
| |
|
|
1, 2, 5, 6, 7, 11, 17, 29, 42, 47, 96, 108, 166, 210, 331, 1022, 3593, 4426, 5704, 13936, 16486, 85910
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Also numbers n such that 5*10^n + 9*R_n - 6 is prime, where R_n = 11...1 is the repunit (A002275) of length n.
|
|
|
LINKS
| Makoto Kamada, Factorizations of 599...993.
Index entries for primes involving repunits.
|
|
|
MATHEMATICA
| Do[ If[ PrimeQ[6*10^n - 7], Print[n]], {n, 0, 10000}]
|
|
|
CROSSREFS
| Sequence in context: A043329 A023699 A058605 * A134080 A111300 A117548
Adjacent sequences: A103022 A103023 A103024 * A103026 A103027 A103028
|
|
|
KEYWORD
| more,nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 18 2005
|
|
|
EXTENSIONS
| Addition of a(20)-a(22) from Kamada data by Robert Price (pamandbobprice(AT)yahoo.com), Dec 09 2010
|
| |
|
|