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.

A114663 Primes with 46 as smallest positive primitive root.

Original entry on oeis.org

273001, 830041, 1543081, 1897561, 1966561, 2298409, 2330641, 2503201, 2544481, 2782391, 2901649, 3056149, 3628249, 3828049, 4142161, 4260481, 4450681, 4575481, 4814209, 4948441, 5091241, 5103121, 5206319, 5540471, 5607361, 5845009, 6018769, 6228121, 6302521
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(26)-a(29) from Robert Price, Nov 19 2023