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!)
A045348 Primes congruent to {0, 1, 2, 4} mod 5. 1
2, 5, 7, 11, 17, 19, 29, 31, 37, 41, 47, 59, 61, 67, 71, 79, 89, 97, 101, 107, 109, 127, 131, 137, 139, 149, 151, 157, 167, 179, 181, 191, 197, 199, 211, 227, 229, 239, 241, 251, 257, 269, 271, 277, 281, 307, 311 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 4}, Mod[#, 5]]&] (* Vincenzo Librandi, Aug 10 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(400) | p mod 5 in [0, 1, 2, 4]]; // Vincenzo Librandi, Aug 10 2012
CROSSREFS
Sequence in context: A049042 A020605 A323698 * A023207 A038611 A265761
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 March 19 01:34 EDT 2024. Contains 370952 sequences. (Running on oeis4.)