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.

A377031 Numbers k such that (27^k - 2^k)/25 is prime.

Original entry on oeis.org

2, 3, 269, 401, 631, 701, 1321, 2707, 5471, 6581
Offset: 1

Views

Author

Robert Price, Oct 13 2024

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[1000]], PrimeQ[(27^# - 2^#)/25] &]