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!)
A256723 Numbers k such that R_k + 50 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 0
2, 5, 8, 18, 38, 1919, 1934, 4250, 4397, 12626, 13151, 26693, 81353, 83916 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (10^k + 449)/9 is prime.
Terms from Kamada data.
a(15) > 2.5*10^5.
LINKS
EXAMPLE
For k=5, R_5 + 50 = 11111 + 50 = 11161 which is prime.
MATHEMATICA
Select[Range[0, 250000], PrimeQ[(10^# + 449)/9] &]
PROG
(Magma) [n: n in [1..400] | IsPrime((10^n+449) div 9)]; // Vincenzo Librandi, Apr 10 2015
CROSSREFS
Cf. A002275.
Sequence in context: A152006 A271619 A197211 * A032063 A320426 A133147
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Apr 09 2015
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 May 21 15:14 EDT 2024. Contains 372738 sequences. (Running on oeis4.)