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!)
A045432 Primes congruent to {3, 4} mod 7. 2
3, 11, 17, 31, 53, 59, 67, 73, 101, 109, 137, 151, 157, 179, 193, 199, 227, 241, 263, 269, 277, 283, 311, 347, 353, 367, 389, 409, 431, 479, 487, 521, 557, 563, 571, 577, 599, 613, 619, 641, 647, 661, 683, 739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or, primes p such that p^2 == 2 (mod 7). - Zak Seidov, May 11 2013
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{3, 4}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 13 2012 *)
Select[Prime[Range[200]], PowerMod[#, 2, 7] == 2 &] (* Zak Seidov, May 11 2013 *)
PROG
(Magma) [ p: p in PrimesUpTo(1000) | p mod 7 in {3, 4} ]; // Vincenzo Librandi, Aug 13 2012
CROSSREFS
Cf. A047341 (superset), A225550.
Sequence in context: A276848 A194800 A154501 * A340541 A186424 A018520
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)