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!)
A045338 Primes congruent to {2, 3, 4} mod 7. 5
2, 3, 11, 17, 23, 31, 37, 53, 59, 67, 73, 79, 101, 107, 109, 137, 149, 151, 157, 163, 179, 191, 193, 199, 227, 233, 241, 263, 269, 277, 283, 311, 317, 331, 347, 353, 359, 367, 373, 389, 401, 409, 431, 443, 457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 2n log n. - Charles R Greathouse IV, Aug 07 2012
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{2, 3, 4}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 07 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {2, 3, 4} ]; // Vincenzo Librandi, Aug 07 2012
(PARI) select(n->n%7>1 && n%7<5, primes(60)) \\ Charles R Greathouse IV, Aug 07 2012
CROSSREFS
Sequence in context: A164952 A157977 A105903 * A250175 A038907 A019417
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 17:29 EDT 2024. Contains 371962 sequences. (Running on oeis4.)