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.

A144236 Prime numbers of the form 7^k +- 6.

Original entry on oeis.org

13, 43, 337, 349, 117643, 40353601, 33232930569607, 558545864083284001, 1341068619663964900801, 7730993719707444524137094401, 2651730845859653471779023381607, 256923577521058878088611477224235621321601, 4318114567396436564035293097707728087552248843
Offset: 1

Views

Author

Reikku Kulon, Sep 15 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Flatten[Table[7^k+{6,-6},{k,40}]],PrimeQ]//Sort (* Harvey P. Dale, Jul 07 2021 *)

Extensions

a(12)-a(13) from Amiram Eldar, Jul 23 2025