|
Search: id:A103069
|
|
|
| A103069 |
|
Numbers n such that 8*10^n + 3 is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Makoto Kamada, Factorizations of 800...003.
Sabin Tabirca and Kieran Reynolds, Lacunary Primes.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
For n = 1 we have 7*10^1+3 = 7*10+3 = 73, which is prime.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 8*10^n + 3], Print[ n ]], {n, 0, 10000}]
|
|
CROSSREFS
|
Sequence in context: A039463 A142096 A075936 this_sequence A141877 A057230 A142177
Adjacent sequences: A103066 A103067 A103068 this_sequence A103070 A103071 A103072
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 19 2005
|
|
|
Search completed in 0.002 seconds
|