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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109604 Numbers n such that 41*n - 43 is prime. 0
10, 12, 16, 22, 24, 30, 36, 40, 52, 60, 66, 72, 82, 100, 102, 112, 120, 142, 144, 154, 156, 162, 166, 186, 192, 196, 214, 222, 234, 252, 256, 264, 270, 276, 280, 282, 294, 304, 306, 322, 324, 330, 346, 352, 360, 376, 382, 394, 396, 406, 414, 424, 432, 462, 472 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

If n=10 then 41*n - 43 = 367 (prime).

If n=82 then 41*n - 43 = 3319 (prime).

MAPLE

a:=proc(n) if isprime(41*n-43)=true then n else fi end: seq(a(n), n=0..600); (Deutsch)

CROSSREFS

Sequence in context: A107836 A096128 A063192 * A187710 A063096 A031183

Adjacent sequences:  A109601 A109602 A109603 * A109605 A109606 A109607

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 07 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 13:28 EST 2012. Contains 206031 sequences.