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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138640 Primes of form 19*n-2. 0
17, 131, 283, 359, 397, 587, 701, 739, 853, 929, 967, 1423, 1499, 1613, 1879, 1993, 2069, 2221, 2297, 2411, 2677, 2753, 2791, 3019, 3209, 3323, 3361, 3779, 3931, 4007, 4159, 4273, 4349, 4463, 4691, 4729, 4919, 4957, 5147, 5261, 5413, 5527, 5641, 5717, 5869 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

19*1-2=17, 19*7-2=131, 19*15-2=283, ...

MATHEMATICA

a={}; Do[x=19*n-2; If[PrimeQ[x], AppendTo[a, x]], {n, 10^2}]; a

CROSSREFS

Sequence in context: A114756 A159563 A179818 * A142676 A087191 A158959

Adjacent sequences:  A138637 A138638 A138639 * A138641 A138642 A138643

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 15 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 13 22:36 EST 2012. Contains 205567 sequences.