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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259119 Numbers k such that 8*R_k + 10^k - 7 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
1, 2, 8, 14, 40, 92, 128, 884, 9424, 14768, 19258, 31234 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that (17*10^k - 71)/9 is prime.
Terms from Kamada data.
a(13) > 10^5.
LINKS
EXAMPLE
For k=8, 8*R_8 + 10^k - 7 = 88888888 + 100000000 - 7 = 188888881 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(17*10^#-71)/9] &]
CROSSREFS
Cf. A002275.
Sequence in context: A332611 A162484 A333575 * A039660 A333053 A333054
KEYWORD
nonn,more,hard
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)