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.

A144242 Prime numbers of the form 8^k +- 7.

Original entry on oeis.org

71, 262151, 1073741831, 549755813881, 302231454903657293676551, 85070591730234615865843651857942052871, 23945242826029513411849172299223580994042798784118791, 25711008708143844408671393477458601640355247900524685364822023
Offset: 1

Views

Author

Reikku Kulon, Sep 15 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Sort[Flatten[Table[8^k+{7,-7},{k,90}]]],PrimeQ] (* Harvey P. Dale, Aug 08 2016 *)

Extensions

a(8) from Amiram Eldar, Jul 24 2025