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!)
A045346 Primes congruent to {0, 1, 2, 4, 5, 6} mod 7. 5
2, 5, 7, 11, 13, 19, 23, 29, 37, 41, 43, 47, 53, 61, 67, 71, 79, 83, 89, 97, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 163, 167, 173, 179, 181, 191, 193, 197, 211, 223, 229, 233, 239, 251, 257, 263, 271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], MemberQ[{0, 1, 2, 4, 5, 6}, Mod[#, 7]]&] (* Harvey P. Dale, Apr 25 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | p mod 7 in [0, 1, 2, 4, 5, 6]]; // Vincenzo Librandi, Aug 10 2012
CROSSREFS
Cf. A000040.
Sequence in context: A303112 A182320 A119993 * A039675 A074833 A293859
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 18 22:50 EDT 2024. Contains 370951 sequences. (Running on oeis4.)