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.

A114660 Primes with 43 as smallest positive primitive root.

Original entry on oeis.org

95471, 104711, 140617, 166871, 225289, 329281, 352489, 366791, 475151, 514751, 583801, 691681, 700561, 728281, 762721, 984959, 990361, 1026481, 1028329, 1044289, 1202041, 1252021, 1289401, 1369369, 1387681, 1565521, 1579751, 1694089, 1886329, 2043001
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(28)-a(30) from Robert Price, Nov 19 2023