|
Search: id:A098088
|
|
|
| A098088 |
|
Numbers n such that 6*R_n - 5 is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 1
|
|
| 2, 3, 4, 10, 18, 21, 22, 28, 43, 66, 121, 133, 178, 241, 454, 553, 1600, 2175, 2978, 3649, 7708, 8316
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Also numbers n such that (2*10^n-17)/3 is prime.
No others less than 7000.
The terms 1600, 2175, 2978 and 3649 correspond to primes. - Joao da Silva (zxawyh66(AT)yahoo.com), Oct 3 2005
|
|
LINKS
|
Makoto Kamada, Factorizations of 66...661.
Index entries for primes involving repunits
|
|
FORMULA
|
a(n) = A056658(n) + 1. - Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
|
|
EXAMPLE
|
If n = 4 we get ((2*10^4)-17)/3 = 19983/3 = 6661, which is prime.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 2(10^n - 1)/3 - 5], Print[n]], {n, 0, 7000}]
|
|
CROSSREFS
|
Sequence in context: A085934 A056701 A055506 this_sequence A080500 A007661 A049891
Adjacent sequences: A098085 A098086 A098087 this_sequence A098089 A098090 A098091
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Sep 14 2004
|
|
EXTENSIONS
|
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
|
|
|
Search completed in 0.002 seconds
|