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.

A191034 Primes p with Jacobi symbol (p|51) = 1.

Original entry on oeis.org

5, 11, 13, 19, 23, 29, 41, 43, 67, 71, 103, 107, 113, 127, 131, 151, 157, 167, 173, 197, 223, 227, 229, 233, 269, 271, 307, 311, 317, 331, 347, 349, 373, 401, 409, 419, 421, 431, 433, 449, 457, 463, 479, 503, 521, 523, 577, 613, 617, 631, 641, 653, 661, 677
Offset: 1

Views

Author

T. D. Noe, May 24 2011

Keywords

Comments

Originally incorrectly named "primes which are squares (mod 51)", which is subsequence A106904. - M. F. Hasler, Jan 15 2016

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(677) | JacobiSymbol(p, 51) eq 1]; // Vincenzo Librandi, Sep 10 2012
  • Mathematica
    Select[Prime[Range[200]], JacobiSymbol[#,51]==1&]

Extensions

Definition corrected (following an observation by David Broadhurst) by M. F. Hasler, Jan 15 2016