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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108341 Numbers n such that 997*n - 1009 is prime. 0
6, 8, 18, 30, 36, 38, 44, 66, 78, 90, 98, 104, 116, 134, 140, 144, 156, 164, 168, 170, 200, 228, 230, 246, 248, 260, 276, 296, 318, 344, 354, 374, 378, 380, 386, 408, 420, 426, 450, 464, 468, 480, 500, 510, 546, 576, 578, 584, 606, 608, 618, 620, 630, 654, 678 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

997 and 1009 are primes.

EXAMPLE

If n=6, then 997*n - 1009 = 4973 (prime).

If n=90, then 997*n - 1009 = 88721 (prime).

MAPLE

a:=proc(n) if isprime(997*n-1009)=true then n else fi end: seq(a(n), n=1..750); (Deutsch)

CROSSREFS

Sequence in context: A165720 A086913 A022542 * A173975 A199884 A028331

Adjacent sequences:  A108338 A108339 A108340 * A108342 A108343 A108344

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 30 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 04 2005

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 17 07:41 EST 2012. Contains 205998 sequences.