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.

A290022 Prime numbers of the form 6^k - 7.

Original entry on oeis.org

29, 1289, 46649, 1679609, 10077689, 60466169, 470184984569, 3656158440062969, 623673825204293256669089197883129849, 134713546244127343440523266742756048889, 293242067884135544935936513642647623193965101049
Offset: 1

Views

Author

Robert Price, Sep 03 2017

Keywords

Crossrefs

Cf. A217352.

Programs

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