OFFSET
1,2
COMMENTS
A131958 gives the corresponding primes.
a(5) > 200, if it exists. - Michael S. Branicky, Sep 04 2024
EXAMPLE
1 + (2^5)*(3^3)*(5^2) = 21601 is the prime for the term 3.
PROG
(PARI) isok(k) = isprime(1 + prod(j=1, k, prime(j)^prime(k-j+1))); \\ Michel Marcus, Jan 09 2021
CROSSREFS
KEYWORD
hard,nonn,more
AUTHOR
Rick L. Shepherd, Aug 01 2007
STATUS
approved