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.

A290007 Prime numbers of the form 5^k - 6.

Original entry on oeis.org

19, 619, 3119, 15619, 9765619, 11102230246251565404236316680908203119, 132348898008484427979425390731194056570529937744140619, 2067951531382569187178521730174907133914530277252197265619, 32311742677852643549664402033982923967414535582065582275390619
Offset: 1

Views

Author

Robert Price, Sep 03 2017

Keywords

Crossrefs

Cf. A165701.

Programs

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