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!)
A099413 Numbers k such that 4*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
0, 1, 2, 4, 10, 20, 26, 722, 1310, 3170, 28934, 66284, 67796 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (4*10^k + 23)/9 is prime.
a(14) > 10^5. - Robert Price, Nov 26 2014
LINKS
FORMULA
a(n) = A056682(n-1) + 1. - Robert Price, Nov 26 2014
MATHEMATICA
Do[ If[ PrimeQ[ 4(10^n - 1)/9 + 3], Print[n]], {n, 5000}]
CROSSREFS
Sequence in context: A026554 A259132 A369391 * A328761 A271624 A283090
KEYWORD
nonn,hard,more
AUTHOR
Robert G. Wilson v, Oct 14 2004
EXTENSIONS
a(11)-a(13) from Robert Price, Nov 26 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)