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.

A061731 Primes with 26 as smallest positive primitive root.

Original entry on oeis.org

12391, 27191, 56611, 57791, 92761, 95929, 99289, 104281, 112249, 132049, 140281, 149689, 157081, 162649, 163321, 174241, 187871, 204601, 206641, 209563, 215161, 228841, 244561, 250741, 275881, 278881, 291481, 302299, 309289, 317831, 333451
Offset: 1

Views

Author

Klaus Brockhaus, May 06 2001

Keywords

Crossrefs

Programs

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