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!)
A259121 Numbers k such that 7*R_k + 10^k - 6 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
1, 6, 48, 102, 192, 366, 1002, 20364, 37446, 56082 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that (16*10^k - 61)/9 is prime.
Terms from Kamada data.
a(11) > 10^5.
LINKS
EXAMPLE
For k=6, 7*R_6 + 10^k - 6 = 777777 + 10000000 - 6 = 1777771 which is prime.
MATHEMATICA
Select[Range[100000], PrimeQ[(16*10^#-61)/9] &]
CROSSREFS
Cf. A002275.
Sequence in context: A078237 A274131 A341683 * A052651 A153796 A250226
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)