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.

A216422 Numbers k such that 19^k + k^19 - 1 is prime.

Original entry on oeis.org

1, 17, 145, 427, 4327, 14195
Offset: 1

Views

Author

Vincenzo Librandi, Sep 07 2012

Keywords

Comments

a(7) > 10^5. - Robert Price, Mar 25 2014

Crossrefs

Programs

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

Extensions

a(6) from Robert Price, Mar 25 2014