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.

A292069 Primes of the form (24^k - 1) / 23.

Original entry on oeis.org

601, 346201, 7282588256957615350925401, 615840114784814774501200690134862345946783236130283731411280186824640601, 4298038738591350241903359894361937263902417766066948735111854394786520954312466554848504069671001
Offset: 1

Views

Author

Robert Price, Sep 08 2017

Keywords

Crossrefs

Cf. A127998.

Programs

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