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.

A216591 Numbers k such that 8^k + k^8 - 1 is prime.

Original entry on oeis.org

10, 38, 428, 824, 3902, 4712, 5596, 29572
Offset: 1

Views

Author

Vincenzo Librandi, Sep 09 2012

Keywords

Comments

a(9) > 10^5. Robert Price, Feb 25 2014

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 4000],PrimeQ[8^# + #^8 - 1] &]
  • PARI
    is(n)=ispseudoprime(8^n+n^8-1) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(6)-a(8) from Robert Price, Feb 25 2014