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.

A374156 Primes p that are quadratic residues modulo 59. Row 17 of A373751.

Original entry on oeis.org

3, 5, 7, 17, 19, 29, 41, 53, 59, 71, 79, 107, 127, 137, 139, 163, 167, 181, 193, 197, 199, 223, 239, 241, 251, 257, 263, 271, 277, 281, 293, 307, 311, 317, 331, 359, 373, 379, 383, 389, 433, 439, 449, 461, 479, 487, 491, 499, 521, 523, 547, 557, 577, 593, 599
Offset: 1

Views

Author

Peter Luschny, Jun 29 2024

Keywords

Crossrefs

Cf. A373751.

Programs

  • Maple
    A373751_row(ithprime(17), 55));
  • PARI
    select(x->issquare(Mod(x,59)), primes(150)) \\ Michel Marcus, Jun 29 2024