|
Search: id:A097683
|
|
|
| A097683 |
|
Numbers n such that R_n + 2 is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 6
|
|
| 0, 1, 2, 3, 5, 9, 11, 24, 84, 221, 1314, 2952
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Also numbers n such that (10^n+17)/9 is prime.
Values indicate primes of the form "(n-1) ones followed by a three"; zero is a degenerate case. Related to the base 10 repunit primes.
No others less than 15000; search done with WinPFGW (no new terms found). - Jason Earls (zevi_35711(AT)yahoo.com), Jan 27 2008
|
|
LINKS
|
Makoto Kamada, Factorizations of 11...113.
Index entries for primes involving repunits
|
|
EXAMPLE
|
11113 = ((10^5)+17)/9 and 11113 is prime.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[(10^n - 1)/9 + 2], Print[n]], {n, 0, 5951}] (from Robert G. Wilson v Oct 15 2004)
|
|
CROSSREFS
|
Cf. A004023, A097684, A097685.
Sequence in context: A157604 A101737 A019276 this_sequence A141403 A124204 A161412
Adjacent sequences: A097680 A097681 A097682 this_sequence A097684 A097685 A097686
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Carl R. White (cyrek(AT)cyreksoft.yorks.com) and Julien Peter Benney (jpbenney(AT)ftml.net), Aug 19 2004
|
|
EXTENSIONS
|
a(10) from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 15 2004
Edited by N. J. A. Sloane, Apr 02 2009, at the suggestion of Farideh Firoozbakht
|
|
|
Search completed in 0.002 seconds
|