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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142934 Primes congruent to 19 mod 64. 0
19, 83, 211, 467, 659, 787, 1171, 1427, 1619, 1747, 1811, 2003, 2131, 2579, 2707, 2963, 3347, 3539, 3923, 4051, 4243, 4691, 5011, 5651, 5779, 5843, 6163, 6547, 6803, 7187, 7507, 7699, 8147, 8467, 9043, 9491, 9619, 9811, 10067, 10259, 10771, 11027, 11411 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst = {}; Do[p = Prime[n]; If[Mod[p, 64] == 19, AppendTo[lst, p]], {n, 7!}]; lst (* From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 27 2009 *)

(* Somewhat faster program *) Select[Table[64n + 19, {n, 0, 200}], PrimeQ] (* From Harvey P. Dale, Dec 13 2010 *)

CROSSREFS

Sequence in context: A044206 A044587 A142042 * A036564 A062639 A039609

Adjacent sequences:  A142931 A142932 A142933 * A142935 A142936 A142937

KEYWORD

nonn

AUTHOR

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 17 11:46 EST 2012. Contains 206011 sequences.