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.

A038945 Primes p such that 65 is a square mod p.

Original entry on oeis.org

2, 5, 7, 13, 29, 37, 47, 61, 67, 73, 79, 83, 97, 101, 131, 137, 139, 163, 167, 179, 181, 191, 193, 197, 199, 211, 223, 227, 251, 269, 293, 307, 311, 317, 353, 383, 389, 397, 419, 439, 457, 463, 487, 491, 521, 557
Offset: 1

Views

Author

Keywords

Programs

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