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!)
A105044 Numbers n such that 1000*n - 1 is prime. 1
2, 3, 5, 9, 14, 26, 33, 36, 42, 50, 53, 57, 60, 71, 72, 74, 78, 80, 86, 95, 99, 101, 102, 105, 108, 134, 135, 137, 138, 140, 144, 158, 162, 165, 173, 180, 183, 185, 189, 192, 200, 203, 204, 213, 222, 224, 231, 240, 243, 248, 254, 261, 267, 269, 273, 276, 278, 287 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=2, then 1000*n - 1 = 1000*2 - 1 = 1999 (prime).
If n=99, then 1000*n - 1 = 1000*99 - 1 = 98999 (prime).
MATHEMATICA
Select[Range[300], PrimeQ[1000 # - 1] &] (* Harvey P. Dale, Oct 05 2016 *)
PROG
(Magma) [n: n in [0..100000] | IsPrime(1000*n - 1)] - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(1000*n-1) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A227375 A032089 A352079 * A026008 A101461 A085897
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Apr 03 2005
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)