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!)
A191047 Primes p that have Kronecker symbol (p|78) = 1. 5
19, 29, 37, 41, 47, 53, 67, 71, 79, 89, 101, 103, 107, 109, 127, 131, 137, 163, 167, 173, 179, 199, 229, 239, 251, 269, 281, 307, 313, 331, 337, 347, 349, 353, 359, 367, 379, 383, 389, 397, 401, 419, 421, 431, 433, 439, 443, 449, 467, 479, 491, 499, 541, 563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Originally erroneously named "Primes that are squares mod 78", which would be A267455. - M. F. Hasler, Jan 18 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 78]==1&]
PROG
(Magma) [p: p in PrimesUpTo(563) | KroneckerSymbol(p, 78) eq 1]; // Vincenzo Librandi, Sep 11 2012
(PARI) is_A191047(p)=kronecker(p, 78)==1&&isprime(p) \\ M. F. Hasler, Jan 18 2016
CROSSREFS
Sequence in context: A173959 A370139 A139539 * A047985 A061763 A088474
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 May 10 16:45 EDT 2024. Contains 372387 sequences. (Running on oeis4.)