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.

A382786 Numbers k such that 5^k + k is prime.

Original entry on oeis.org

7954, 22102, 33054, 135156
Offset: 1

Views

Author

Nico Puada, Apr 24 2025

Keywords

Comments

All terms must end in the digit 2, 4, 6 or 8, otherwise 5^k + k is divisible by 2 or 5, which is not prime. - Jakub Buczak, May 04 2025

Crossrefs

Programs

  • Mathematica
    Select[Range[35000], PrimeQ[5^# + #] &] (* Nico Puada, Apr 24 2025 *)

Extensions

a(4) corrected by Jakub Buczak, May 04 2025