OFFSET
1,1
COMMENTS
All terms are prime.
a(14) > 10^6.
LINKS
Jon Grantham and Andrew Granville, Fibonacci primes, primes of the form 2^n-k and beyond, arXiv:2307.07894 [math.NT], 2023.
MATHEMATICA
Select[ Prime[ Range[1, 100000] ], PrimeQ[ ((7^# - 2^#)/5 ]& ]
PROG
(PARI) is(n)=ispseudoprime((7^n-2^n)/5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Aug 12 2012
EXTENSIONS
a(10)-a(13) from Jon Grantham, Jul 29 2023
STATUS
approved