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.

A061736 Primes with 33 as smallest positive primitive root.

Original entry on oeis.org

268969, 275263, 316681, 492911, 514081, 536311, 546361, 553561, 579961, 586009, 641761, 674831, 744721, 798481, 827461, 834961, 1021561, 1023409, 1063609, 1083319, 1102921, 1117321, 1122241, 1190951, 1246561, 1270561
Offset: 1

Views

Author

Klaus Brockhaus, May 06 2001

Keywords

Crossrefs

Programs

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

Extensions

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