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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138631 Primes of form 17*n+9. 1
43, 179, 281, 349, 383, 587, 757, 859, 1063, 1097, 1301, 1471, 1607, 1709, 1777, 1811, 1879, 1913, 2083, 2287, 2389, 2423, 2593, 2729, 2797, 3001, 3137, 3307, 3511, 3613, 3851, 3919, 4021, 4157, 4259, 4327, 4463, 4871, 4973, 5279, 5347, 5381, 5449, 5483 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17*2+9=43, 17*10+9=179, 17*16+9=281, 17*20+9=349, 17*22+9=349, ...

MATHEMATICA

a={}; Do[x=17*n+9; If[PrimeQ[x], AppendTo[a, x]], {n, 10^2}]; a

CROSSREFS

Sequence in context: A187722 A158628 A123597 * A142115 A141941 A197887

Adjacent sequences:  A138628 A138629 A138630 * A138632 A138633 A138634

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 14 2008

EXTENSIONS

More terms from N. J. A. Sloane (njas(AT)research.att.com), Jul 11 2008

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 15 16:39 EST 2012. Contains 205823 sequences.