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.

A289808 Primes of the form 3^k - 28.

Original entry on oeis.org

53, 701, 59021, 14348879, 31381059581, 282429536453, 7625597484959, 50031545098999679, 1144561273430837494885949696399, 26183890704263137277674192438430182020124319, 2120895147045314119491609587512844743630072079
Offset: 1

Views

Author

Robert Price, Sep 02 2017

Keywords

Crossrefs

Cf. A000040, A219047 (corresponding k's).

Programs

  • Mathematica
    Select[Table[3^k - 28, {k, 4, 100}], PrimeQ[#] &]

Formula

a(n) = 3^A219047(n) - 28. - Elmo R. Oliveira, Nov 12 2023