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.

A248546 Numbers k such that 75^k - 2 is prime.

Original entry on oeis.org

1, 2, 25, 32, 62, 128, 848, 2091, 2882, 11761, 25915
Offset: 1

Views

Author

Vaclav Kotesovec, Oct 08 2014

Keywords

Comments

Dedicated to N. J. A. Sloane for his 75th birthday!

Crossrefs

Programs

  • Magma
    [n: n in [0..200] | IsPrime(75^n-2)]; // Vincenzo Librandi, Oct 08 2014
    
  • Mathematica
    Select[Range[1000],PrimeQ[75^#-2]&]
  • PARI
    is(n)=ispseudoprime(75^n-2) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(10) from Michael S. Branicky, Apr 02 2023
a(11) from Michael S. Branicky, Oct 10 2024

A376910 Numbers k such that 85*10^k+1 is prime.

Original entry on oeis.org

2, 11, 47, 50, 66, 122, 302, 4016, 14358, 17424, 21902, 52961
Offset: 1

Views

Author

Hugo Pfoertner, Oct 10 2024

Keywords

Comments

If it exists, a(13)>100000.

Crossrefs

Cf. A376850.

Extensions

a(12) from Michael S. Branicky, Oct 11 2024
Showing 1-2 of 2 results.