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!)
A191059 Primes p that have Kronecker symbol (p|6) = -1. 3
13, 17, 19, 23, 37, 41, 43, 47, 61, 67, 71, 89, 109, 113, 137, 139, 157, 163, 167, 181, 191, 211, 229, 233, 239, 257, 263, 277, 281, 283, 307, 311, 331, 349, 353, 359, 373, 379, 383, 397, 401, 421, 431, 449, 479, 499, 503, 521, 523, 541, 547, 569, 571, 593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inert rational primes in the field Q(sqrt(-6)). - N. J. A. Sloane, Dec 26 2017
Appears to be the primes p such that (p mod 6)*(Fibonacci(p) mod 6) = 5. - Gary Detlefs, May 26 2014
Originally erroneously named "Primes that are not squares mod 6". - M. F. Hasler, Jan 18 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 6]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(593) | KroneckerSymbol(p, 6) eq -1]; // Vincenzo Librandi, Sep 11 2012
(PARI) is(n)=isprime(n) && kronecker(n, 6)<0 \\ Charles R Greathouse IV, Feb 23 2017
CROSSREFS
Cf. A157437.
Sequence in context: A331487 A286042 A168447 * A165681 A214033 A268593
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
EXTENSIONS
Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)