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.

A038906 Primes p such that 31 is not a square mod p.

Original entry on oeis.org

7, 13, 17, 19, 29, 37, 47, 53, 59, 61, 67, 71, 73, 89, 103, 107, 131, 137, 163, 181, 191, 197, 211, 227, 229, 241, 269, 277, 283, 307, 311, 313, 337, 353, 359, 379, 389, 401, 409, 419, 431, 433, 439, 443, 449, 457
Offset: 1

Views

Author

Keywords

Comments

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

Programs

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

Extensions

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