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.

A057185 Numbers n such that (19^n + 1)/20 is a prime.

Original entry on oeis.org

17, 37, 157, 163, 631, 7351, 26183, 30713, 41201, 77951, 476929
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Programs

  • Mathematica
    Select[Range[0, 10000], PrimeQ[((19^# + 1) / 20)] &] (* Vincenzo Librandi, Mar 20 2015 *)
  • Prime95
    PRP=1,19,476929,1,0,0,"20" # Paul Bourdelais, Mar 20 2015

Extensions

26183 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
a(8)-a(9) give probable primes discovered by Paul Bourdelais, Mar 15 2010
a(10) gives a probable prime discovered by Paul Bourdelais, Mar 18 2010
a(11) gives a probable prime discovered by Paul Bourdelais, Mar 20 2015