login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A044042 Primes congruent to {1, 2, 3, 4, 5} (mod 7). 5
2, 3, 5, 11, 17, 19, 23, 29, 31, 37, 43, 47, 53, 59, 61, 67, 71, 73, 79, 89, 101, 103, 107, 109, 113, 127, 131, 137, 149, 151, 157, 163, 173, 179, 191, 193, 197, 199, 211, 227, 229, 233, 239, 241, 257, 263, 269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], MemberQ[Range[5], Mod[#, 7]]&] (* Harvey P. Dale, Sep 18 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | p mod 7 in [1, 2, 3, 4, 5]]; // Vincenzo Librandi, Aug 08 2012
CROSSREFS
Cf. A000040.
Sequence in context: A282238 A004690 A001882 * A175179 A040060 A220627
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 07:40 EDT 2024. Contains 372358 sequences. (Running on oeis4.)