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.

A061734 Primes with 30 as smallest positive primitive root.

Original entry on oeis.org

124153, 133261, 140071, 209353, 343381, 384913, 948391, 984817, 1151473, 1189471, 1282909, 1516759, 1517101, 1629031, 1666711, 1736617, 1819273, 1918879, 1998793, 2142271, 2176831, 2201671, 2306221, 2314231, 2526781, 2534101, 2557501, 2566261, 3131353, 3150391
Offset: 1

Views

Author

Klaus Brockhaus, May 06 2001

Keywords

Crossrefs

Programs

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

Extensions

More terms from Robert G. Wilson v, May 11 2001
a(12)-a(30) from Vincenzo Librandi, Sep 22 2013