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.

A038920 Primes p such that 41 is not a square mod p.

Original entry on oeis.org

3, 7, 11, 13, 17, 19, 29, 47, 53, 67, 71, 79, 89, 97, 101, 109, 137, 149, 151, 157, 167, 179, 181, 191, 193, 199, 211, 227, 229, 233, 239, 257, 263, 281, 293, 311, 313, 317, 331, 347, 383, 397, 421, 439, 457, 463
Offset: 1

Views

Author

Keywords

Comments

Also, primes p that are not squares mod 41 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 13 2004

Programs

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

Extensions

Offset changed from 0 to 1 by Vincenzo Librandi, Sep 09 2012