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.

A379428 Numbers k such that (39^k + 2^k)/41 is prime.

Original entry on oeis.org

3, 5, 19, 2543, 4691, 14669, 19819, 53891, 83137
Offset: 1

Views

Author

Robert Price, Dec 22 2024

Keywords

Comments

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

Crossrefs

Programs

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