OFFSET
1,1
COMMENTS
(20^1163+1)/21, a 1512-digit number, has been certified prime with Primo. - Rick L. Shepherd, May 17 2002
LINKS
H. Dubner and T. Granlund, Primes of the Form (b^n+1)/(b+1), J. Integer Sequences, 3 (2000), #P00.2.7.
Paul Bourdelais, A Generalized Repunit Conjecture.
PROG
(PARI) forprime(n=3, 10^7, if( ispseudoprime((20^n+1)/21), print1(n, ", "))); \\ Joerg Arndt, May 26 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 15 2000
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
STATUS
approved