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.

A291862 Primes of the form 7^k + 12.

Original entry on oeis.org

13, 19, 61, 40353619, 59768263894155949306790119265585619217025149412430681661, 3945286644626550630858717985746264080026751644458455916464504975630931364915053228398031941487628933218072924433889392982611734440563298413
Offset: 1

Views

Author

Robert Price, Sep 04 2017

Keywords

Crossrefs

Cf. A152213.

Programs

  • Mathematica
    Select[Table[7^k+12, {k, 0, 100}], PrimeQ[#] &]