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.

A038887 15 is a square mod p.

Original entry on oeis.org

2, 3, 5, 7, 11, 17, 43, 53, 59, 61, 67, 71, 103, 109, 113, 127, 131, 137, 163, 173, 179, 181, 191, 197, 223, 229, 233, 239, 241, 251, 257, 283, 293, 307, 311, 317, 349, 353, 359, 367, 409, 419, 421, 431, 463, 479
Offset: 1

Views

Author

Keywords

Programs

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