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!)
A294942 Numbers k such that (74*10^k + 313)/9 is prime. 0
0, 2, 6, 15, 18, 26, 51, 75, 86, 114, 257, 275, 537, 753, 914, 1944, 18431, 18741, 21281, 28272, 31002, 71621, 84170, 110961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 8 followed by k-2 occurrences of the digit 2 followed by the digits 57 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 82w57.
EXAMPLE
2 is in this sequence because (74*10^2 + 313)/9 = 857 is prime.
Initial terms and primes associated:
a(1) = 0, 43;
a(2) = 2, 857;
a(3) = 6, 8222257;
a(4) = 15, 8222222222222257;
a(5) = 18, 8222222222222222257; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(74*10^# + 313)/9] &]
PROG
(PARI) isok(k) = isprime((74*10^k + 313)/9); \\ Michel Marcus, Nov 12 2017
CROSSREFS
Sequence in context: A020947 A011777 A324176 * A227307 A129631 A014847
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 11 2017
EXTENSIONS
a(24) from Robert Price, Jun 14 2019
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)