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.

A038977 Primes p such that 89 is a square mod p.

Original entry on oeis.org

2, 5, 11, 17, 47, 53, 67, 71, 73, 79, 89, 97, 107, 109, 131, 139, 157, 167, 173, 179, 199, 223, 227, 233, 251, 257, 263, 269, 271, 277, 283, 307, 311, 317, 331, 347, 367, 373, 401, 409, 443, 449, 461, 463, 467
Offset: 1

Views

Author

Keywords

Programs

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