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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045377 Primes congruent to {0, 2, 6} mod 7. 1
2, 7, 13, 23, 37, 41, 79, 83, 97, 107, 139, 149, 163, 167, 181, 191, 223, 233, 251, 293, 307, 317, 331, 349, 359, 373, 401, 419, 433, 443, 457, 461, 499, 503, 541, 569, 587, 601, 643, 653, 709, 727, 751, 769, 797 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Prime[Range[300]], MemberQ[{0, 2, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 11 2012 *)

PROG

(MAGMA) [p: p in PrimesUpTo(900) | p mod 7 in [0, 2, 6]]; // Vincenzo Librandi, Aug 11 2012

CROSSREFS

Cf. A000040.

Sequence in context: A010895 A045376 A185724 * A180470 A182415 A183435

Adjacent sequences:  A045374 A045375 A045376 * A045378 A045379 A045380

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 23 10:42 EDT 2013. Contains 225587 sequences.