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.

A291860 Prime numbers of the form 7^k - 8.

Original entry on oeis.org

41, 2393, 5764793, 282475241, 1798465042647412146620280340569649349251241, 380532926880843152923706465386871407580539099147930273794471851842901108534824949331057641
Offset: 1

Views

Author

Robert Price, Sep 04 2017

Keywords

Crossrefs

Cf. A217131.

Programs

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