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.

A019356 Primes with primitive root 30.

Original entry on oeis.org

11, 23, 41, 43, 47, 59, 61, 79, 89, 109, 131, 151, 167, 173, 179, 193, 197, 199, 251, 263, 281, 293, 307, 317, 349, 383, 419, 421, 433, 439, 449, 457, 491, 503, 521, 523, 541, 557, 569, 577, 641, 647, 653, 659, 673, 677, 743, 751, 761, 773, 787, 797, 809, 829, 863, 881
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Prime[Range[200]], MultiplicativeOrder[30, #] == # - 1 &]
    Join[{11,23},Select[Prime[Range[200]],PrimitiveRoot[#,30]==30&]] (* Harvey P. Dale, Sep 23 2018 *)