OFFSET
1,1
COMMENTS
Some of the larger terms may only correspond to probable primes.
a(10) > 10^5. - Robert Price, Jun 04 2013
LINKS
H. Dubner and T. Granlund, Primes of the Form (b^n+1)/(b+1), J. Integer Sequences, 3 (2000), #P00.2.7.
PROG
(PARI) isok(n) = (denominator(p=(23^n+1)/24)==1) && isprime(p); \\ Michel Marcus, Oct 30 2017
CROSSREFS
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Sep 15 2000
EXTENSIONS
a(7)-a(9) from Robert Price, Jun 04 2013
STATUS
approved