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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045369 Primes congruent to {0, 1, 2, 4, 6} mod 7. 1
2, 7, 11, 13, 23, 29, 37, 41, 43, 53, 67, 71, 79, 83, 97, 107, 109, 113, 127, 137, 139, 149, 151, 163, 167, 179, 181, 191, 193, 197, 211, 223, 233, 239, 251, 263, 277, 281, 293, 307, 317, 331, 337, 347, 349, 359 (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, 1, 2, 4, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 10 2012 *)

PROG

(MAGMA) [p: p in PrimesUpTo(800) | p mod 7 in [0, 1, 2, 4, 6]]; // Vincenzo Librandi, Aug 10 2012

CROSSREFS

Cf. A000040.

Sequence in context: A146315 A038892 A019346 * A157975 A045370 A117048

Adjacent sequences:  A045366 A045367 A045368 * A045370 A045371 A045372

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 20 01:43 EDT 2013. Contains 225445 sequences.