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.

A191021 Primes that are squares mod 23.

Original entry on oeis.org

2, 3, 13, 29, 31, 41, 47, 59, 71, 73, 101, 127, 131, 139, 151, 163, 167, 173, 179, 193, 197, 211, 223, 233, 239, 257, 269, 271, 277, 307, 311, 317, 331, 347, 349, 353, 397, 409, 439, 443, 449, 461, 463, 487, 491, 499, 509, 541, 547, 577, 587, 593, 599, 601
Offset: 1

Views

Author

T. D. Noe, May 24 2011

Keywords

Comments

Rational primes that decompose in the field Q(sqrt(-23)). - N. J. A. Sloane, Dec 26 2017

Programs

  • Mathematica
    Select[Prime[Range[200]], JacobiSymbol[#,23]==1&]