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!)
A288655 Numbers k such that 10^k - 701 is prime. 0
7, 13, 22, 28, 29, 49, 53, 70, 124, 151, 287, 394, 400, 946, 979, 1270, 3857, 3944, 5435, 9125, 9589, 49711, 51091, 56849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>2, numbers such that k-3 occurrences of the digit 9 followed by the digits 299 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 9w299.
EXAMPLE
7 is in this sequence because 10^7 - 701 = 9999299 is prime.
Initial terms and primes associated:
a(1) = 7, 9999299;
a(2) = 13, 9999999999299;
a(3) = 22, 9999999999999999999299;
a(4) = 28, 9999999999999999999999999299;
a(5) = 29, 99999999999999999999999999299; etc.
MATHEMATICA
Select[Range[3, 100000], PrimeQ[10^# - 701] &]
CROSSREFS
Sequence in context: A076947 A138077 A353206 * A124192 A335277 A034102
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jun 12 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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)