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.

A114669 Primes with 53 as smallest positive primitive root.

Original entry on oeis.org

161831, 543841, 786241, 1007161, 1331521, 1527289, 1591969, 1884791, 2005441, 2574601, 2784961, 3086977, 3131209, 3474719, 3735601, 3818929, 3829489, 3852601, 3856129, 4082401, 4145951, 4259641, 4353001, 4554553, 4740961, 4823641, 4893001, 5020391, 5206081
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

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