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.

A038957 Primes p such that 73 is a square mod p.

Original entry on oeis.org

2, 3, 19, 23, 37, 41, 61, 67, 71, 73, 79, 89, 97, 109, 127, 137, 149, 173, 181, 211, 223, 227, 251, 257, 269, 283, 293, 311, 317, 347, 349, 353, 359, 367, 373, 383, 389, 397, 401, 419, 439, 457, 461, 463, 479, 487
Offset: 1

Views

Author

Keywords

Programs

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