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.

A057186 Numbers k such that (20^k+1)/21 is a prime.

Original entry on oeis.org

5, 79, 89, 709, 797, 1163, 6971, 140053, 177967, 393257, 463511
Offset: 1

Views

Author

N. J. A. Sloane, Sep 15 2000

Keywords

Comments

(20^1163+1)/21, a 1512-digit number, has been certified prime with Primo. - Rick L. Shepherd, May 17 2002

Programs

  • PARI
    forprime(n=3,10^7, if( ispseudoprime((20^n+1)/21), print1(n,", "))); \\ Joerg Arndt, May 26 2013

Extensions

a(8) from Paul Bourdelais, Apr 06 2010
a(9) from Paul Bourdelais, May 26 2013
a(10), corresponding to a probable prime, from Paul Bourdelais, Dec 08 2014
a(11) from Paul Bourdelais, Mar 10 2025