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.

A105877 Primes for which -5 is a primitive root.

Original entry on oeis.org

2, 11, 17, 19, 37, 53, 59, 73, 79, 97, 113, 131, 137, 139, 151, 157, 173, 179, 193, 197, 233, 239, 257, 277, 293, 311, 317, 331, 353, 359, 373, 397, 419, 431, 433, 439, 479, 491, 499, 557, 571, 577, 593, 599, 613, 617, 619, 653, 659, 673, 677, 719, 751, 757, 773, 797, 811
Offset: 1

Views

Author

N. J. A. Sloane, Apr 24 2005

Keywords

Comments

Conjecture: the penultimate digit of a(n) is always odd. This characteristic seems to be proper of primes for which -5*n^2 is a primitive root. - Davide Rotondo, Oct 26 2024
For any n > 1, a(n) == 11, 13, 17, or 19 (mod 20), which implies the conjecture above. - Max Alekseyev, Nov 01 2024

Programs

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