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.

A114668 Primes with 52 as smallest positive primitive root.

Original entry on oeis.org

129361, 632041, 3078769, 4453681, 4620961, 4677121, 6633001, 7626481, 8318641, 9471841, 9746521, 14249929, 16073401, 16243921, 17396569, 17793241, 18696241, 18833641, 19245601, 20159329, 20390329, 24551521, 24638881, 24763369, 25796401, 36403921, 36533281
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(25)-a(27) from Robert Price, Nov 20 2023