cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A191062 Primes p that have Kronecker symbol (p|15) = -1.

Original entry on oeis.org

7, 11, 13, 29, 37, 41, 43, 59, 67, 71, 73, 89, 97, 101, 103, 127, 131, 149, 157, 163, 179, 191, 193, 223, 239, 251, 269, 277, 281, 283, 307, 311, 313, 337, 359, 367, 373, 389, 397, 401, 419, 431, 433, 449, 457, 461, 463, 479, 487, 491, 509, 521, 523, 547
Offset: 1

Views

Author

T. D. Noe, May 25 2011

Keywords

Comments

Originally erroneously named "Primes that are not squares mod 15". - M. F. Hasler, Jan 18 2016
Primes p == {7, 11, 13, 14} (mod 15). See A191018. - Wolfdieter Lang, May 24 2021

Crossrefs

Cf. A191018.

Programs

  • Magma
    [p: p in PrimesUpTo(547) | JacobiSymbol(p, 15) eq -1]; // Vincenzo Librandi, Sep 11 2012
  • Mathematica
    Select[Prime[Range[200]], JacobiSymbol[#,15]==-1&]

Extensions

Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016