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!)
A294941 Numbers k such that (14*10^k + 211)/9 is prime. 0
2, 3, 5, 6, 8, 9, 18, 41, 209, 815, 2573, 3590, 4439, 4568, 6720, 16491, 20069, 22406, 36756, 43076, 53465, 58550, 70896, 74858, 184950 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digit 1 followed by k-2 occurrences of the digit 5 followed by the digits 79 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 15w79
EXAMPLE
2 is in this sequence because (14*10^2 + 211)/9 = 179 s prime.
Initial terms and primes associated:
a(1) = 2, 179;
a(2) = 3, 1579;
a(3) = 5, 155579;
a(4) = 6, 1555579;
a(5) = 8, 155555579; etc.
MATHEMATICA
Select[Range[0 100000], PrimeQ[(14*10^# + 211)/9] &]
PROG
(PARI) isok(k) = isprime((14*10^k + 211)/9); \\ Michel Marcus, Nov 12 2017
CROSSREFS
Sequence in context: A299101 A335658 A364807 * A028374 A050578 A283513
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 11 2017
EXTENSIONS
a(25) from Robert Price, Apr 21 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 April 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)