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!)
A294634 Numbers k such that (754*10^k - 7)/9 is prime. 0
0, 2, 3, 5, 6, 9, 30, 38, 66, 110, 135, 168, 470, 477, 654, 1635, 1875, 2823, 12162, 23984, 32859, 33609, 34814, 39162, 58748, 82250, 161816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers such that the digits 83 followed by k occurrences of the digit 7 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 837w.
EXAMPLE
2 is in this sequence because (754*10^2 - 7)/9 = 8377 is prime.
Initial terms and primes associated:
a(1) = 0, 83;
a(2) = 2, 8377;
a(3) = 3, 83777;
a(4) = 4, 8377777;
a(5) = 6, 83777777777; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(754*10^# - 7)/9] &]
CROSSREFS
Sequence in context: A272776 A055690 A108861 * A051896 A061939 A029503
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 05 2017
EXTENSIONS
a(27) from Robert Price, May 02 2020
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 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)