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!)
A045413 Primes congruent to {0, 3, 4} mod 5. 2
3, 5, 13, 19, 23, 29, 43, 53, 59, 73, 79, 83, 89, 103, 109, 113, 139, 149, 163, 173, 179, 193, 199, 223, 229, 233, 239, 263, 269, 283, 293, 313, 349, 353, 359, 373, 379, 383, 389, 409, 419, 433, 439, 443, 449, 463 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{0, 3, 4}, Mod[#, 5]]&] (* Vincenzo Librandi, Aug 12 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 5 in {0, 3, 4} ]; // Vincenzo Librandi, Aug 12 2012
CROSSREFS
Cf. A000040.
Sequence in context: A046154 A180120 A075704 * A108702 A136053 A157468
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 April 24 02:45 EDT 2024. Contains 371917 sequences. (Running on oeis4.)