|
Search: id:A056703
|
|
|
| A056703 |
|
Numbers n such that 3*10^n - 1 is prime. |
|
+0 2
|
|
| 0, 1, 3, 6, 7, 19, 27, 43, 55, 207, 1311, 3204, 7050, 9439, 26044, 33058, 34507, 49314, 119292
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Also numbers n such that 2*10^n + 9*R_n is prime, where R_n = 11...1 is the repunit (A002275) of length n.
|
|
LINKS
|
Makoto Kamada, Factorizations of 299...99
Index entries for primes involving repunits
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 2*10^n + (10^n-1)], Print[n]], {n, 0, 3000}]
|
|
CROSSREFS
|
Sequence in context: A043305 A072773 A130049 this_sequence A103831 A106357 A088101
Adjacent sequences: A056700 A056701 A056702 this_sequence A056704 A056705 A056706
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 10 2000
|
|
EXTENSIONS
|
Other known primes: 7050, 9439, 26044, 33058, 34507, 49314.
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
|
|
|
Search completed in 0.002 seconds
|