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.

A114659 Primes with 42 as smallest positive primitive root.

Original entry on oeis.org

2494381, 3835651, 5750071, 6610561, 9014281, 9288121, 9781201, 11350561, 12618061, 14573761, 16576981, 17640871, 22293241, 23513311, 24793921, 24885271, 27665821, 29904601, 30824401, 30895231, 31697821, 33515701, 38340901, 39033721, 39037351, 39051841
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(23)-a(26) from Robert Price, Nov 19 2023