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.

Showing 1-2 of 2 results.

A141798 Numbers n such that 2*23^n + 1 is prime.

Original entry on oeis.org

0, 1, 5, 21, 261, 47589, 93337
Offset: 1

Views

Author

Rick L. Shepherd, Jul 05 2008

Keywords

Comments

Primes found and proved by PrimeForm. No more terms up to 20000.
a(6) and a(7) proved prime by the primality proving program LLR. - Robert Price, Jan 06 2016
a(8) > 2*10^5. - Robert Price, Jan 06 2016

Crossrefs

Programs

Extensions

a(6)-a(7) from Robert Price, Jan 06 2016

A332763 Numbers k such that 6*17^k + 1 is prime.

Original entry on oeis.org

0, 1, 5, 7, 19, 23, 67, 107, 400, 429, 617, 743, 1065, 7717, 12329, 14459, 22425, 114543, 221983, 237453
Offset: 1

Views

Author

Paul S. Vanderveen, Feb 22 2020

Keywords

Comments

a(21) > 3.75*10^5. - Paul S. Vanderveen, Jul 05 2020

Crossrefs

Cf. A141797.

Programs

  • Mathematica
    Select[Range[0, 1000], PrimeQ[6*17^# + 1] &] (* Amiram Eldar, Feb 24 2020 *)
  • PARI
    for(i=1,10000, if( ispseudoprime(6*17^i+1), print1(i, ", ")));

Extensions

a(19) from Paul S. Vanderveen, Mar 09 2020
a(20) from Paul S. Vanderveen, Mar 15 2020
Showing 1-2 of 2 results.