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.

A289716 Primes of the form 3^k - 16.

Original entry on oeis.org

11, 227, 177131, 14348891, 2153693963075557766310731, 834385168331080533771857328695267, 171792506910670443678820376588540424234035840651, 2025465365549235636389379590279612045176776005882811610332067323733925450296747107485272801773488928849912971
Offset: 1

Views

Author

Robert Price, Sep 02 2017

Keywords

Crossrefs

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

Programs

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

Formula

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