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.

A291859 Prime numbers of the form 7^k - 12.

Original entry on oeis.org

37, 331, 2389, 13841287189, 65712362363534280139531, 459986536544739960976789, 54116956037952111668959660837, 2651730845859653471779023381589
Offset: 1

Views

Author

Robert Price, Sep 04 2017

Keywords

Crossrefs

Cf. A236371.

Programs

  • Mathematica
    Select[Table[7^k - 12, {k, 2, 100}], PrimeQ[#] &]