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.

Showing 1-1 of 1 results.

A291863 Primes of the form 43^k + 4.

Original entry on oeis.org

5, 47, 271818611111, 1718264124282290785247, 5874403106360420018879553647, 802525857116673306810957202573831816754829436253827247, 17343773367030267519903781288812032158308062539012091953077767198995511
Offset: 1

Views

Author

Robert Price, Sep 04 2017

Keywords

Crossrefs

Cf. A230433.

Programs

  • Mathematica
    Select[Table[43^k+4, {k, 0, 100}], PrimeQ[#] &]
Showing 1-1 of 1 results.