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.

Showing 1-2 of 2 results.

A061329 Primes with 17 as smallest positive primitive root.

Original entry on oeis.org

311, 911, 1151, 2521, 2999, 3529, 4729, 5209, 6079, 6551, 7681, 8089, 8191, 8641, 9719, 14759, 16249, 16871, 16921, 18119, 19081, 21961, 23399, 24007, 24181, 27241, 27431, 27551, 29569, 29761, 30911, 33479, 34303, 35591, 36791, 37441
Offset: 1

Views

Author

Klaus Brockhaus, Apr 25 2001

Keywords

Crossrefs

Programs

A241048 Primes having primitive roots 2, 3, 5, 7, 11, 13, and 17.

Original entry on oeis.org

2477, 9173, 10853, 13877, 14957, 15413, 22277, 22613, 24317, 27653, 30197, 34877, 37253, 41117, 41333, 42437, 42677, 43973, 48677, 51413, 55733, 61613, 62597, 63773, 66293, 72533, 73757, 74093, 76733, 79397, 79757, 82997, 86357, 90173, 92237, 92333, 95597
Offset: 1

Views

Author

T. D. Noe, Apr 16 2014

Keywords

Crossrefs

Programs

  • Mathematica
    fQ[p_, n_] := MultiplicativeOrder[p, n] == n - 1; Select[Prime[Range[10000]], fQ[2, #] && fQ[3, #] && fQ[5, #] && fQ[7, #] && fQ[11, #] && fQ[13, #] && fQ[17, #] &]
Showing 1-2 of 2 results.