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.

A038886 Primes p such that 14 is not a square mod p.

Original entry on oeis.org

3, 17, 19, 23, 29, 37, 41, 53, 59, 71, 73, 79, 83, 89, 97, 109, 127, 131, 139, 149, 151, 191, 197, 227, 239, 241, 251, 257, 263, 277, 283, 307, 313, 317, 353, 359, 373, 389, 409, 419, 421, 431, 433, 463, 467, 487
Offset: 1

Views

Author

Keywords

Programs

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

Extensions

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