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.

A378867 Numbers k such that 5^k + 86 is prime.

Original entry on oeis.org

3, 27, 179, 507, 4671, 4923, 5871, 7571, 19551, 19955
Offset: 1

Views

Author

Robert Price, Dec 09 2024

Keywords

Comments

a(11) > 10^5. - Michael S. Branicky, Dec 22 2024

Examples

			3 is a term because 5^3 + 86 = 211 is prime.
		

Crossrefs

Programs

  • Magma
    [k: k in [0..1000] |IsPrime (5^k+86)];
  • Mathematica
    Select[Range[0,5000],PrimeQ[5^#+86]&]

Extensions

a(5)-a(10) from Vincenzo Librandi, Dec 17 2024