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.

A289724 Primes of the form 3^k - 22.

Original entry on oeis.org

5, 59, 19661, 1594301, 22876792454939, 2954312706550833698621, 8862938119652501095907, 6170365191715177779482467945369860501784408913594010934644126825341528124785676079587659
Offset: 1

Views

Author

Robert Price, Sep 02 2017

Keywords

Crossrefs

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

Programs

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

Formula

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