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!)
A294379 Numbers k such that (62*10^k - 197)/9 is prime. 0
1, 5, 7, 14, 17, 40, 53, 95, 97, 113, 122, 125, 145, 374, 470, 485, 1685, 5324, 8035, 10745, 52448, 68059 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 6 followed by k-2 occurrences of the digit 8 followed by the digits 67 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 68w67.
EXAMPLE
5 is in this sequence because (62*10^5 - 197)/9 = 6263 is prime.
Initial terms and associated primes:
a(1) = 1, 47;
a(2) = 5, 688867;
a(3) = 7, 68888867;
a(4) = 14, 688888888888867;
a(5) = 17, 688888888888888867; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(62*10^# - 197)/9] &]
CROSSREFS
Sequence in context: A301686 A314343 A105638 * A314344 A314345 A314346
KEYWORD
nonn,more,hard,changed
AUTHOR
Robert Price, Oct 29 2017
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 23 06:30 EDT 2024. Contains 372760 sequences. (Running on oeis4.)