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.

A380131 Numbers k such that (45^k + 2^k)/47 is prime.

Original entry on oeis.org

17, 281, 463, 5393, 12809, 19031, 53173
Offset: 1

Views

Author

Robert Price, Jan 12 2025

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(45^# + 2^#)/47] &]