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!)
A280016 Numbers k such that 8*10^k-99 is prime. 0
2, 3, 4, 9, 22, 50, 67, 82, 87, 89, 130, 134, 170, 179, 220, 832, 1425, 1648, 2356, 2434, 6556, 11391, 12610, 20278, 46509, 50253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 7 followed by k-2 occurrences of the digit 9 followed by the digits 01 is prime (see Example section).
a(27) > 3*10^5.
LINKS
Makoto Kamada, Search for 79w01.
EXAMPLE
3 is in this sequence because 8*10^3-99 = 7901 is prime.
Initial terms and primes associated:
a(1) = 2, 701;
a(2) = 3, 7901;
a(3) = 4, 79901;
a(4) = 9, 7999999901;
a(5) = 22, 79999999999999999999901; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[8*10^#-99] &]
CROSSREFS
Sequence in context: A352197 A192988 A361326 * A089243 A122534 A101135
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 21 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)