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!)
A045429 Primes congruent to {1, 3} mod 5. 10
3, 11, 13, 23, 31, 41, 43, 53, 61, 71, 73, 83, 101, 103, 113, 131, 151, 163, 173, 181, 191, 193, 211, 223, 233, 241, 251, 263, 271, 281, 283, 293, 311, 313, 331, 353, 373, 383, 401, 421, 431, 433, 443, 461, 463, 491, 503, 521, 523, 541, 563, 571, 593, 601, 613, 631, 641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A039703(A049084(a(n))) = odd; complement of A045356. - Reinhard Zumkeller, Feb 25 2008
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{1, 3}, Mod[#, 5]] &] (* Vincenzo Librandi, Aug 13 2012 *)
Select[Prime[Range[200]], OddQ[Mod[#, 5]] &] (* Zak Seidov, Aug 31 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 5 in {1, 3} ]; // Vincenzo Librandi, Aug 13 2012
CROSSREFS
Sequence in context: A191078 A281816 A117682 * A168164 A296933 A270543
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)