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.

A038892 Primes p such that 19 is not a square mod p.

Original entry on oeis.org

2, 7, 11, 13, 23, 29, 37, 41, 43, 47, 53, 83, 89, 97, 109, 113, 131, 139, 163, 173, 181, 191, 193, 199, 239, 241, 251, 257, 263, 269, 271, 281, 283, 293, 311, 317, 337, 347, 359, 367, 373, 401, 409, 419, 421, 433
Offset: 1

Views

Author

Keywords

Comments

Also, only entries p=1 (mod 4) of the sequence are not squares mod 19 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004

Crossrefs

Programs

  • Mathematica
    Select[Prime@Range[120], JacobiSymbol[19, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)

Extensions

Offset changed from 0 to 1 by Vincenzo Librandi, Sep 08 2012