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!)
A295970 Numbers k such that (5*10^k + 211)/9 is prime. 0
1, 2, 5, 8, 32, 37, 38, 53, 104, 128, 241, 866, 872, 943, 1058, 4351, 16471, 16925, 23933, 43511, 73079, 105811 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that k-2 occurrences of the digit 5 followed by the digits 79 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 5w79.
EXAMPLE
2 is in this sequence because (5*10^2 + 211)/9 = 79 is prime.
Initial terms and associated primes:
a(1) = 1, 29;
a(2) = 2, 79;
a(3) = 5, 55579;
a(4) = 8, 55555579;
a(5) = 32, 55555555555555555555555555555579; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(5*10^# + 211)/9] &]
PROG
(PARI) isok(k) = isprime((5*10^k + 211)/9); \\ Michel Marcus, Dec 01 2017
CROSSREFS
Sequence in context: A290594 A140275 A025533 * A086809 A153863 A153890
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 30 2017
EXTENSIONS
a(22) from Robert Price, Feb 14 2018
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 19 00:35 EDT 2024. Contains 372666 sequences. (Running on oeis4.)