|
Search: id:A096254
|
|
|
| A096254 |
|
Numbers n such that 5*10^n + 3 is prime. |
|
+0 2
|
|
| 1, 2, 3, 8, 18, 20, 31, 42, 103, 175, 181, 531, 706, 1077, 1177, 1552
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Makoto Kamada, Factorizations of 500...003.
Sabin Tabiraca and Kieran Reynolds, Lacunary Prime Numbers.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
1, 2 and 3 are in the list because 53, 503 and 5003 are all prime.
500000003 (5*10^8+3) is the next similar is prime, so 8 is the next in the sequence.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[5*10^n + 3], Print[n]], {n, 10000}] (from Robert G. Wilson v Aug 13 2004)
|
|
CROSSREFS
|
Sequence in context: A099960 A101182 A009207 this_sequence A091765 A036746 A129955
Adjacent sequences: A096251 A096252 A096253 this_sequence A096255 A096256 A096257
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Carl R. White (cyrek(AT)cyreksoft.yorks.com), Aug 10 2004
|
|
EXTENSIONS
|
a(12)-a(16) from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 13 2004
|
|
|
Search completed in 0.002 seconds
|