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.

A057182 Numbers n such that (16^n + 1)/17 is a prime.

Original entry on oeis.org

3, 5, 7, 23, 37, 89, 149, 173, 251, 307, 317, 30197, 1025393
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Crossrefs

Subsequence of A195439. [Arkadiusz Wesolowski, Dec 18 2011]

Programs

  • Mathematica
    m = 16; Select[Range[0, 10^3], PrimeQ[(m^# + 1)/(m + 1)] & ] (* Robert Price, Oct 15 2018 *)
  • Prime95
    PRP=1,2,4101572,1,0,0,"17"

Extensions

a(12) from Robert G. Wilson v, Apr 11 2005
a(13) gives a probable prime discovered by Paul Bourdelais, Aug 20 2014