OFFSET
1,1
COMMENTS
Except for the first term all terms are of the form 3k or 3k+1. - Farideh Firoozbakht, Oct 18 2006
Corresponding values of primes are in A187605. - Jaroslav Krizek, Nov 14 2013
If it exists, a(9) > 16100. - Hugo Pfoertner, Mar 02 2020
If it exists, a(9) > 31100. - Dmitry Petukhov, Sep 14 2021
EXAMPLE
3 is a term because 3^3 + 3 - 1 = 29.
MATHEMATICA
Do[ If[ PrimeQ[ n^n + n - 1], Print[n]], {n, 1, 750} ]
PROG
(PARI) is(n)=ispseudoprime(n^n+n-1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Felice Russo, Jan 10 2001
EXTENSIONS
a(6) from Farideh Firoozbakht, Oct 18 2006
a(7)-a(8) from Hugo Pfoertner, Mar 02 2020
STATUS
approved