login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102704 Numbers n such that n999 is prime. 0
1, 2, 4, 8, 13, 25, 32, 35, 41, 49, 52, 56, 59, 70, 71, 73, 77, 79, 85, 94, 98, 100, 101, 104, 107, 133, 134, 136, 137, 139, 143, 157, 161, 164, 172, 179, 182, 184, 188, 191, 199, 202, 203, 212, 221, 223, 230, 239, 242, 247 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Also numbers such that 1000*n+999 is prime. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 22 2006

LINKS

Chris Caldwell, The First 100,008 Primes.

EXAMPLE

If n=1, then n999 = 1999 (prime)

If n=25, then n999 = 25999 (prime)

If n=49, then n999 = 49999 (prime)

MATHEMATICA

Do[If[PrimeQ[1000*n + 999], Print[n]], {n, 1, 250}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 22 2006

CROSSREFS

Sequence in context: A096573 A000077 A054164 * A196720 A043774 A043777

Adjacent sequences:  A102701 A102702 A102703 * A102705 A102706 A102707

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Feb 04 2005

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 22 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:04 EST 2012. Contains 205535 sequences.