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.

A057179 Numbers n such that (13^n + 1)/14 is a prime.

Original entry on oeis.org

3, 11, 17, 19, 919, 1151, 2791, 9323, 56333, 1199467
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Programs

  • Mathematica
    Select[Range@ 1500, PrimeQ[(13^# + 1)/14] &] (* Michael De Vlieger, Dec 15 2015 *)
  • PARI
    is(n) = ispseudoprime((13^n + 1)/14); \\ Altug Alkan, Dec 14 2015
  • Prime95
    PRP=1,13,1199467,1,0,0,"14"
    

Extensions

a(9) corresponds to a probable prime discovered by Paul Bourdelais, Mar 18 2010
a(10) corresponds to a probable prime discovered by Paul Bourdelais, Dec 14 2015