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.

A378953 Numbers k such that (29^k + 2^k)/31 is prime.

Original entry on oeis.org

3, 7, 11, 157, 1429, 2579, 11909
Offset: 1

Views

Author

Robert Price, Dec 11 2024

Keywords

Comments

The definition implies that k must be a prime.
a(8) > 10^5.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(29^# + 2^#)/31] &]