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.

Previous Showing 41-50 of 57 results. Next

A114667 Primes with 51 as smallest positive primitive root.

Original entry on oeis.org

322999, 1302841, 3138071, 3795289, 5062711, 5334911, 5352649, 5579641, 5780329, 6202681, 6329231, 6357121, 7014121, 7156231, 7179481, 7184857, 8334481, 8340721, 8798431, 9355921, 9895201, 10136449, 10750489, 11660791, 11729041, 11924929, 12444721, 12787321
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(26)-a(28) from Robert Price, Nov 20 2023

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

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

A114673 Primes with 57 as smallest positive primitive root.

Original entry on oeis.org

471769, 1380289, 1854889, 2605849, 2754049, 3900121, 3903769, 6324847, 6966961, 7244449, 8574721, 8679841, 8912401, 9470161, 10448881, 11183041, 13313161, 13383841, 13577041, 13983841, 15132121, 15792001, 16238401, 16639681, 17610961, 17785951, 18367561
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

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

A114674 Primes with 58 as smallest positive primitive root.

Original entry on oeis.org

336361, 863521, 978853, 1225849, 1244591, 2116921, 2238721, 2361241, 2659801, 3954889, 4326841, 5781169, 6636961, 7699561, 8649001, 9806281, 9808681, 9867841, 10165681, 10550401, 10906921, 11426449, 12252769, 13421521, 13778209, 15147001, 15229561, 15817201
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(26)-a(28) from Robert Price, Nov 20 2023

A114675 Primes with 59 as smallest positive primitive root.

Original entry on oeis.org

712321, 1064281, 2957761, 3190151, 3968761, 4501201, 4630081, 5154551, 5198449, 5802073, 5861881, 5873111, 6272401, 6439681, 6813409, 7168561, 7177921, 7552801, 8049889, 8054281, 9432361, 10333801, 10369129, 11069881, 11315929, 11652481, 11935871, 12740809
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

a(26)-a(28) from Robert Price, Nov 20 2023

A114676 Primes with 60 as smallest positive primitive root.

Original entry on oeis.org

697591, 1565939311, 2201381953, 5761774591, 6206852191, 6458249953, 8920186111, 10354295953, 10852325191, 11460087211, 12045861031, 14021799793, 16585400833, 16946270251, 18414492097, 18500061271, 18677081011, 18993773839, 19016413417, 19211878841, 19811337631
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[5183*10^5]],PrimitiveRoot[#,2]==60&] (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, Feb 26 2025 *)
  • PARI
    is(k) = isprime(k) && znprimroot(k)==60; \\ Jinyuan Wang, Apr 09 2025

Extensions

a(4)-a(5) from Tomás Oliveira e Silva (tos(AT)det.ua.pt), Jan 05 2006
a(6)-a(10) from Ray Chandler, Jan 13 2006
a(11)-a(21) from Robert Price, Nov 25 2023

A114677 Primes with 61 as smallest positive primitive root.

Original entry on oeis.org

1171921, 1209121, 1881961, 2086681, 2264161, 5028241, 5385361, 5976961, 7024081, 7097809, 8182441, 8739721, 8752129, 8833969, 8847451, 9140569, 10222081, 10328111, 10434649, 11787481, 11923921, 12098761, 13364569, 14408881, 14523601, 15599471, 16295449
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

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

Extensions

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

A114678 Primes with 62 as smallest positive primitive root.

Original entry on oeis.org

658681, 946969, 4026961, 8639401, 9312601, 9435721, 13189201, 15539611, 16456441, 16784041, 17080561, 18478321, 22532641, 24024001, 26760889, 27132811, 27747721, 28516489, 28830649, 29406001, 29599441, 30034489, 30945121, 31040689, 31926049, 32722561
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Prime@Range@1920000, PrimitiveRoot@# == 62 &]

Extensions

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

A114679 Primes with 63 as smallest positive primitive root.

Original entry on oeis.org

102896401, 149351401, 208844401, 214602961, 325778281, 452903881, 462268561, 472777801, 472797961, 479354041, 482278081, 668800081, 722841991, 732103441, 795906031, 799450081, 809731081, 945273991, 999592201, 1021858231, 1127925031, 1217252191, 1290858721
Offset: 1

Views

Author

Robert G. Wilson v, Dec 21 2005

Keywords

Crossrefs

Programs

  • Mathematica
    (* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t={}; Do[ If[ PrimitiveRoot[ Prime@n] == 63, AppendTo[t, n]; Print@Prime@n], {n, 57100000}]; Prime@t

Extensions

a(21)-a(23) from Robert Price, Nov 26 2023
Previous Showing 41-50 of 57 results. Next