The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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

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 June 5 10:42 EDT 2024. Contains 373105 sequences. (Running on oeis4.)