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.

A375236 Numbers k such that (21^k - 2^k)/19 is prime.

Original entry on oeis.org

2, 3, 353, 751, 9587
Offset: 1

Views

Author

Robert Price, Aug 06 2024

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]], PrimeQ[(21^# - 2^#)/19] &]