login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A099416
Numbers k such that 5*R_k - 2 is prime, where R_k = 11...1 is the repunit (A002275) of length k.
2
1, 2, 8, 26, 66, 74, 233, 473, 540, 2774, 64715, 102492, 141594
OFFSET
1,2
COMMENTS
Also numbers k such that (5*10^k-23)/9 is prime.
a(12) > 10^5. - Robert Price, Nov 13 2014
FORMULA
a(n) = A056685(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 5(10^k - 1)/9 - 2], Print[k]], {k, 1, 5000}]
CROSSREFS
Sequence in context: A216929 A100504 A327600 * A211885 A101696 A155861
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 14 2004
EXTENSIONS
a(11) from Robert Price, Nov 13 2014
0 removed by Georg Fischer, Jan 03 2021
a(12)-a(13) from Kamada data by Tyler Busby, May 03 2024
STATUS
approved