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.

A038904 Primes p such that 30 is not a square mod p.

Original entry on oeis.org

11, 23, 31, 41, 43, 47, 53, 59, 61, 67, 73, 79, 89, 97, 109, 131, 151, 163, 167, 173, 179, 181, 193, 197, 199, 229, 251, 263, 271, 281, 283, 293, 307, 313, 317, 337, 349, 383, 401, 419, 421, 433, 439, 449, 457
Offset: 1

Views

Author

Keywords

Comments

Also primes p such that p divides 6^(p-1)/2 + 5^(p-1)/2 - Cino Hilliard, Sep 06 2004
Primes p such that p divides 7^(p-1)/2 - 1. - Cino Hilliard, Sep 06 2004

Programs

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