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.

A038901 Primes p such that 29 is a square mod p.

Original entry on oeis.org

5, 7, 13, 23, 29, 53, 59, 67, 71, 83, 103, 107, 109, 139, 149, 151, 167, 173, 179, 181, 197, 199, 223, 227, 233, 239, 241, 257, 277, 281, 283, 313, 347, 349, 353, 373, 383, 397, 401, 419, 431, 439, 457, 463, 487, 499, 509, 521, 523, 547, 557, 571, 587, 593, 613
Offset: 1

Views

Author

N. J. A. Sloane, Dec 11 1999

Keywords

Comments

Also, primes p that are squares mod 29 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
Primes which are represented by the indefinite binary quadratic form (1, 7, 5) with discriminant 29 (Lagrange-Gauss reduced (1, 5, -1)). - Peter Luschny, Jun 24 2014

Crossrefs

Cf. A035264.

Programs

  • Mathematica
    Select[Prime[Range[100]], JacobiSymbol[29, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)