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!)
A056684 Numbers k such that 50*R_k + 1 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
11, 12, 608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (5*10^(k+1)-41)/9 is prime.
a(4) > 10^5. - Robert Price, Nov 16 2014
LINKS
FORMULA
a(n) = A099415(n) - 1. - Robert Price, Nov 16 2014
MATHEMATICA
Do[ If[ PrimeQ[50*(10^n - 1)/9 + 1], Print[n]], {n, 15000}]
CROSSREFS
Sequence in context: A262515 A041607 A042097 * A042731 A087304 A340204
KEYWORD
hard,nonn,bref,more
AUTHOR
Robert G. Wilson v, Aug 10 2000
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)