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.

A038908 Primes p such that 33 is not a square mod p.

Original entry on oeis.org

5, 7, 13, 19, 23, 43, 47, 53, 59, 61, 71, 73, 79, 89, 109, 113, 127, 137, 139, 151, 179, 191, 193, 211, 241, 251, 257, 269, 271, 277, 283, 307, 311, 317, 337, 349, 353, 373, 383, 389, 401, 409, 419, 439, 443, 449
Offset: 1

Views

Author

Keywords

Programs

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

Extensions

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