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!)
A256828 Numbers k such that 7*R_k - 40 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 0
2, 6, 18, 48, 204, 10386, 19524, 28320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (7*10^k - 367)/9 is prime.
Terms from Kamada.
a(9) > 30000.
a(9) > 2*10^5. - Tyler Busby, Feb 02 2023
LINKS
EXAMPLE
For k=6, 7*R_6 - 40 = 777777 - 40 = 777737 which is prime.
MATHEMATICA
Select[Range[0, 250000], PrimeQ[(7*10^# - 367)/9] &]
PROG
(Magma) [n: n in [2..300] | IsPrime((7*10^n-367) div 9)]; // Vincenzo Librandi, Apr 11 2015
CROSSREFS
Cf. A002275.
Sequence in context: A218759 A295499 A059413 * A197055 A258625 A062026
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Apr 10 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 June 2 10:17 EDT 2024. Contains 373038 sequences. (Running on oeis4.)