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!)
A045428 Primes congruent to {1, 3, 4} mod 5. 2
3, 11, 13, 19, 23, 29, 31, 41, 43, 53, 59, 61, 71, 73, 79, 83, 89, 101, 103, 109, 113, 131, 139, 149, 151, 163, 173, 179, 181, 191, 193, 199, 211, 223, 229, 233, 239, 241, 251, 263, 269, 271, 281, 283, 293, 311 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Same as A045405 except for the term 5. - Michel Marcus, Sep 14 2015
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{1, 3, 4}, Mod[#, 5]]&] (* Vincenzo Librandi, Aug 13 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 5 in {1, 3, 4} ]; // Vincenzo Librandi, Aug 13 2012
(PARI) list(lim)=forprime(p=2, lim, if(p%5==1||p%5==3||p%5==4, print1(p", "))) \\ Anders Hellström, Sep 14 2015
CROSSREFS
Sequence in context: A045427 A115165 A050583 * A338445 A191049 A103835
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)