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.

A019349 Primes with primitive root 22.

Original entry on oeis.org

5, 17, 19, 31, 37, 41, 47, 53, 71, 83, 107, 131, 139, 191, 193, 199, 211, 223, 227, 233, 269, 281, 283, 307, 311, 317, 337, 347, 367, 383, 389, 397, 409, 421, 487, 491, 509, 523, 547, 563, 569, 593, 599, 601, 647, 653, 659, 709, 719, 739, 761, 773, 787, 797, 809, 823
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    pr=22; Select[Prime[Range[200]], MultiplicativeOrder[pr, # ] == #-1 &]