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.

A061733 Primes with 29 as smallest positive primitive root.

Original entry on oeis.org

15791, 18191, 20231, 33049, 33289, 33601, 35279, 38639, 46489, 47041, 47881, 61681, 63839, 64279, 76831, 87481, 87911, 89041, 110569, 120121, 130729, 143263, 147671, 159769, 193751, 199559, 210961, 217439, 217561, 231961, 238681, 240769
Offset: 1

Views

Author

Klaus Brockhaus, May 06 2001

Keywords

Crossrefs

Programs

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