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!)
A045399 Primes congruent to {0, 3, 5, 6} mod 7. 1
3, 5, 7, 13, 17, 19, 31, 41, 47, 59, 61, 73, 83, 89, 97, 101, 103, 131, 139, 157, 167, 173, 181, 199, 223, 227, 229, 241, 251, 257, 269, 271, 283, 293, 307, 311, 313, 349, 353, 367, 383, 397, 409, 419, 433, 439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that A140686(p) = 0. - Michael Somos, Feb 12 2011
Primes (along with 2) which cannot be written in the form a^2 + 7*b^2, where a > 0, b > 0. - V. Raman, Sep 08 2012
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 3, 5, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 12 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {0, 3, 5, 6} ]; // Vincenzo Librandi, Aug 12 2012
CROSSREFS
Cf. A000040.
Sequence in context: A355853 A155045 A144296 * A122834 A174265 A346645
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)