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.

A292071 Primes of the form (46^k - 1) / 45.

Original entry on oeis.org

47, 9684836827, 869333244926326187979597262939, 56436777630861204610228497995848224493886299348863214641450495790307809339190661333386939668397177299125252187
Offset: 1

Views

Author

Robert Price, Sep 08 2017

Keywords

Crossrefs

Cf. A243279.

Programs

  • Mathematica
    Select[Table[(46^k - 1) / 45, {k, 0, 100}], PrimeQ[#] &]