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.

A061732 Primes with 28 as smallest positive primitive root.

Original entry on oeis.org

133321, 140351, 151009, 160081, 191161, 224041, 277747, 282481, 298681, 344161, 485161, 509521, 570001, 669241, 675601, 700129, 784351, 859751, 874681, 1014121, 1068721, 1222831, 1613041, 1618387, 1794841, 1795561, 1868231
Offset: 1

Views

Author

Klaus Brockhaus, May 06 2001

Keywords

Crossrefs

Programs

  • Mathematica
    Prime[ Select[ Range[150000], PrimitiveRoot[ Prime[ # ] ] == 28 & ] ]
    (* or *)
    Select[ Prime@Range@150000, PrimitiveRoot@# == 28 &] (* Robert G. Wilson v, May 11 2001 *)

Extensions

More terms from Robert G. Wilson v, May 11 2001