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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138642 Primes of form 19*n-3. 0
73, 149, 263, 491, 643, 719, 757, 947, 1061, 1213, 1289, 1327, 1669, 1783, 1973, 2011, 2087, 2239, 2467, 2543, 2657, 2999, 3037, 3607, 3797, 3911, 4139, 4177, 4253, 4481, 4519, 4861, 4937, 5051, 5279, 5393, 5431, 5507, 5659, 5849, 6229, 6343, 6571, 6761 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

19*4-3=73, 19*8-3=149, 19*14-3=263, 19*26-3=491, ...

MATHEMATICA

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

CROSSREFS

Sequence in context: A196655 A196656 A037994 * A142179 A124363 A044324

Adjacent sequences:  A138639 A138640 A138641 * A138643 A138644 A138645

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 16 21:51 EST 2012. Contains 205978 sequences.