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.

A114673 Primes with 57 as smallest positive primitive root.

Original entry on oeis.org

471769, 1380289, 1854889, 2605849, 2754049, 3900121, 3903769, 6324847, 6966961, 7244449, 8574721, 8679841, 8912401, 9470161, 10448881, 11183041, 13313161, 13383841, 13577041, 13983841, 15132121, 15792001, 16238401, 16639681, 17610961, 17785951, 18367561
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

  • Mathematica
    (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1130000, PrimitiveRoot@# == 57 &]

Extensions

a(25)-a(27) from Robert Price, Nov 20 2023