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!)
A099418 Numbers k such that 5*R_k + 4 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
2, 8, 12, 18, 26, 32, 138, 188, 222, 338, 1002, 2744, 6530, 38690, 39464, 335480, 343734 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (5*10^k + 31)/9 is prime.
LINKS
FORMULA
a(n) = A056687(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 5(10^n - 1)/9 + 4], Print[n]], {n, 0, 5000}]
CROSSREFS
Sequence in context: A046525 A235353 A057265 * A108987 A035405 A280867
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Oct 14 2004
EXTENSIONS
a(13)-a(15) from Kamada link by Ray Chandler, Feb 27 2012
a(16)-a(17) 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 July 1 13:20 EDT 2024. Contains 373917 sequences. (Running on oeis4.)