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.

A385518 Numbers k such that (37^k - 3^k)/34 is prime.

Original entry on oeis.org

3, 137, 197, 2113, 4729, 11497
Offset: 1

Views

Author

Robert Price, Jul 01 2025

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(37^# - 3^#)/34] &]