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.

A379987 Numbers k such that (35^k + 2^k)/37 is prime.

Original entry on oeis.org

5, 1217, 2029, 5171, 5651, 23633, 41179, 71069
Offset: 1

Views

Author

Robert Price, Jan 07 2025

Keywords

Comments

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

Crossrefs

Programs

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