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.

A114672 Primes with 56 as smallest positive primitive root.

Original entry on oeis.org

219605251, 293268301, 370049371, 383483101, 451428301, 533723371, 560941021, 677810041, 722238661, 734682901, 734901421, 826629421, 844272001, 886323091, 936056221, 1117983421, 1121000761, 1137522541, 1163531461, 1178675821, 1239072481, 1246249621
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(21)-a(22) from Robert Price, Nov 25 2023