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.

A038919 Primes p such that 41 is a square mod p.

Original entry on oeis.org

2, 5, 23, 31, 37, 41, 43, 59, 61, 73, 83, 103, 107, 113, 127, 131, 139, 163, 173, 197, 223, 241, 251, 269, 271, 277, 283, 307, 337, 349, 353, 359, 367, 373, 379, 389, 401, 409, 419, 431, 433, 443, 449, 461, 467
Offset: 1

Views

Author

Keywords

Comments

The only difference between this sequence and A191030 is the presence of a(6) = 41. - Zak Seidov, May 24 2013

Crossrefs

Cf. A191030. - Zak Seidov, May 24 2013

Programs

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