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!)
A271618 Numbers k such that 10^k-801 is prime. 0
3, 4, 6, 14, 15, 16, 20, 46, 52, 114, 165, 468, 504, 568, 713, 748, 899, 958, 992, 1043, 1348, 2388, 3182, 4102, 8847, 10899, 11908, 18852, 25214, 40151, 40290, 51207, 71910, 166324 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>2, numbers such that n-3 occurrences of the digit 9 followed by the digits 199 is prime (see Example section).
a(35) > 2*10^5.
LINKS
Makoto Kamada, Search for 9w199.
EXAMPLE
6 is in this sequence because 10^6-801 = 999199 is prime.
Initial terms and primes associated:
a(1) = 3, 199;
a(2) = 4, 9199;
a(3) = 6, 999199;
a(4) = 14, 99999999999199;
a(5) = 15, 999999999999199, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[10^#-801] &]
PROG
(PARI) is(n)=ispseudoprime(10^n-801) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A327584 A355704 A180859 * A137820 A049892 A346504
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 11 2016
EXTENSIONS
a(34) 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 April 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)