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.

A114658 Primes with 41 as smallest positive primitive root.

Original entry on oeis.org

156601, 185641, 266137, 284231, 375311, 494471, 504001, 510551, 544631, 552241, 583969, 589681, 622561, 637729, 643129, 651913, 683041, 683231, 701399, 738211, 742681, 757201, 811561, 819001, 819719, 832129, 840841, 858841, 872041, 878641, 880871, 887401
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

  • Mathematica
    (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@69800, PrimitiveRoot@# == 41 &]

Extensions

a(31)-a(32) from Robert Price, Nov 18 2023