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!)
A259122 Numbers k such that 5*R_k + 10^k - 4 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
1, 2, 4, 20, 32, 400, 562, 7016, 37684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that (14*10^k - 41)/9 is prime.
Terms from Kamada data.
a(10) > 10^5.
LINKS
EXAMPLE
For k=4, 5*R_4 + 10^k - 4 = 5555 + 10000 - 4 = 15551 which is prime.
MATHEMATICA
Select[Range[100000], PrimeQ[(14*10^#-41)/9] &]
CROSSREFS
Cf. A002275.
Sequence in context: A201502 A069535 A108866 * A059206 A294230 A332626
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)