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!)
A259118 Numbers k such that 6*R_k + 10^k - 5 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
1, 4, 12, 16, 18, 36, 52, 72, 100, 6232, 24028, 40222, 66394 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that (5*10^k - 17)/3 is prime.
Terms from Kamada data.
a(14) > 2*10^5.
LINKS
EXAMPLE
For k=4, 6*R_4 + 10^k - 5 = 6666 + 10000 - 5 = 16661 which is prime.
MATHEMATICA
Select[Range[0, 200000], PrimeQ[(5*10^#-17)/3] &]
PROG
(Magma) [n: n in [0..200] | IsPrime((5*10^n-17) div 3)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A193022 A145199 A082420 * A205683 A310564 A053362
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 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)