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.

A127995 Numbers k such that (20^k - 1)/19 is prime.

Original entry on oeis.org

3, 11, 17, 1487, 31013, 48859, 61403, 472709, 984349
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Programs

  • Mathematica
    Select[Prime[Range[100]],PrimeQ[(20^#-1)/19]&]
  • PARI
    is(n)=isprime((20^n-1)/19) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

One more term from Ryan Propper, Mar 29 2007
a(5) & a(6) are probable primes found by Paul Bourdelais, Mar 05 2010
a(7) is a probable prime found by Paul Bourdelais, Mar 08 2010
a(8) is a probable prime found by Paul Bourdelais, Jan 15 2015
a(9) from Paul Bourdelais, Sep 13 2021