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.

A191025 Primes p which have Kronecker symbol (p|34) = 1.

Original entry on oeis.org

3, 5, 11, 29, 37, 47, 61, 89, 103, 107, 109, 127, 131, 137, 139, 151, 163, 173, 181, 191, 197, 211, 223, 227, 239, 257, 263, 269, 271, 277, 281, 283, 317, 347, 353, 359, 379, 383, 397, 409, 419, 433, 457, 463, 499, 541, 547, 569, 571, 577, 593, 599, 619, 631
Offset: 1

Views

Author

T. D. Noe, May 24 2011

Keywords

Comments

Originally incorrectly named "primes which are squares (mod 34)", which is sequence A038889. - M. F. Hasler, Jan 15 2016

Crossrefs

Programs

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

Extensions

Definition corrected (following an observation by David Broadhurst) by M. F. Hasler, Jan 15 2016