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.

A038987 Primes p such that 97 is a square mod p.

Original entry on oeis.org

2, 3, 11, 31, 43, 47, 53, 61, 73, 79, 89, 97, 101, 103, 109, 113, 151, 163, 167, 191, 193, 197, 227, 229, 241, 269, 283, 293, 307, 313, 353, 379, 389, 397, 419, 421, 431, 449, 461, 463, 467, 479, 487, 491, 503
Offset: 1

Views

Author

Keywords

Programs

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

Extensions

Incorrect comment deleted by Philippe Deléham, Sep 16 2009