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!)
A099420 Numbers k such that 7*R_k - 4 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
1, 2, 3, 5, 9, 12, 15, 21, 264, 383, 2720, 4494, 21167, 45825, 55851, 64568, 70727 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (7*10^k - 43)/9 is prime.
a(18) > 10^5. - Robert Price, Oct 19 2014
LINKS
FORMULA
a(n) = A056689(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 7(10^n - 1)/9 - 4], Print[n]], {n, 0, 5000}]
CROSSREFS
Sequence in context: A141403 A124204 A161412 * A184794 A144728 A051147
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Oct 14 2004
EXTENSIONS
a(13)-a(17) from Robert Price, Oct 19 2014
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)