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.

A105879 Primes for which -7 is a primitive root.

Original entry on oeis.org

2, 3, 5, 13, 17, 31, 41, 47, 59, 61, 83, 89, 97, 101, 103, 131, 139, 167, 173, 199, 227, 229, 241, 251, 257, 269, 271, 283, 293, 307, 349, 383, 397, 433, 461, 467, 479, 503, 509, 521, 523, 563, 577, 587, 593, 601, 619, 643, 647, 677, 691, 719, 727, 733, 761, 773, 787, 797
Offset: 1

Views

Author

N. J. A. Sloane, Apr 24 2005

Keywords

Programs

  • Mathematica
    pr=-7; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]