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.

A382391 Numbers k such that (23^k - 3^k)/20 is prime.

Original entry on oeis.org

3, 7, 31, 47, 109, 151, 223, 463, 739, 6427, 17581, 30517
Offset: 1

Views

Author

Robert Price, Mar 23 2025

Keywords

Comments

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

Crossrefs

Programs

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