OFFSET
1,1
COMMENTS
a(8) > 10^4, if it exists. - Amiram Eldar, Mar 10 2023
All terms in this sequence are even. - Yifan Xie, Mar 12 2023
a(8) > 5*10^4, if it exists. - Michael S. Branicky, Sep 14 2024
EXAMPLE
4 is a term because 29^4 - 2 = 707279 is a prime number.
MATHEMATICA
Select[Range[1400], PrimeQ[29^# - 2] &] (* Amiram Eldar, Mar 10 2023 *)
PROG
(PARI) is(k) = isprime(29^k - 2);
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Arsen Vardanyan, Mar 07 2023
STATUS
approved