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!)
A278471 Numbers k such that 10^k - 2001 is prime. 1
16, 18, 38, 82, 98, 318, 1106, 1914, 2438, 2640, 3156, 10330, 19278, 31976, 41140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>3, numbers such that n-4 occurrences of the digit 9 followed by the digits 7999 is prime.
a(12) > 10000.
LINKS
EXAMPLE
Initial terms and primes associated:
a(1) = 16, 9999999999997999;
a(2) = 18, 999999999999997999;
a(3) = 38, 99999999999999999999999999999999997999; etc.
MATHEMATICA
Select[Range[3, 10000], PrimeQ[10^# - 2001] &]
PROG
(Magma) [n: n in [3..700] | IsPrime(10^n-2001)];
(PARI) isok(n) = isprime(10^n - 2001); \\ Michel Marcus, Dec 03 2016
CROSSREFS
Cf. similar sequences listed in A278470.
Sequence in context: A333917 A335248 A308222 * A223588 A358423 A183401
KEYWORD
nonn,more,changed
AUTHOR
Vincenzo Librandi, Nov 28 2016
EXTENSIONS
a(12) from Michael S. Branicky, Jan 29 2023
a(13) from Michael S. Branicky, Apr 10 2023
a(14)-a(15) from Kamada data by Tyler Busby, Apr 20 2024
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 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)