login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259137 Numbers k such that 8*R_k + 7*10^k - 1 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
2, 4, 86, 112, 170, 566, 1688, 8902, 115810 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (71*10^k - 17)/9 is prime.
Terms from Kamada data.
LINKS
EXAMPLE
For k=2, 8*R_2 + 7*10^k - 1 = 88 + 700 - 1 = 787 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(71*10^#-17)/9] &]
PROG
(Magma) [n: n in [0..300] | IsPrime((71*10^n-17)div 9)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A012435 A121103 A018397 * A009217 A015170 A013146
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Jun 18 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 5 03:04 EST 2023. Contains 367567 sequences. (Running on oeis4.)