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.

A019352 Primes with primitive root 26.

Original entry on oeis.org

3, 7, 29, 41, 43, 47, 53, 61, 73, 89, 97, 101, 107, 131, 137, 139, 157, 167, 173, 179, 193, 239, 251, 269, 271, 281, 283, 347, 353, 359, 373, 383, 389, 409, 419, 443, 449, 457, 463, 467, 479, 491, 563, 593, 617, 631, 653, 659, 701, 743, 761, 797, 829, 839, 863, 883, 929
Offset: 1

Views

Author

Keywords

Programs

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