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.

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

Original entry on oeis.org

43, 337, 117643, 40353601, 558545864083284001, 1341068619663964900801, 7730993719707444524137094401, 256923577521058878088611477224235621321601, 4318114567396436564035293097707728087552248843
Offset: 1

Views

Author

Robert Price, Sep 04 2017

Keywords

Crossrefs

Cf. A191469.

Programs

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