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.

A038888 Primes p such that 15 is not a square mod p.

Original entry on oeis.org

13, 19, 23, 29, 31, 37, 41, 47, 73, 79, 83, 89, 97, 101, 107, 139, 149, 151, 157, 167, 193, 199, 211, 227, 263, 269, 271, 277, 281, 313, 331, 337, 347, 373, 379, 383, 389, 397, 401, 433, 439, 443, 449, 457, 461
Offset: 1

Views

Author

Keywords

Comments

Subset of A040136.
Also primes p such that p divides 5^(p-1)/2 + 3^(p-1)/2. - Cino Hilliard, Sep 06 2004

Programs

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