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.

A385684 Numbers k such that (38^k - 3^k)/35 is prime.

Original entry on oeis.org

2, 3, 19, 101, 229, 1031, 2393, 3121, 4021
Offset: 1

Views

Author

Robert Price, Jul 06 2025

Keywords

Comments

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

Crossrefs

Programs

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