OFFSET
1,2
LINKS
Jon Grantham, Table of n, a(n) for n = 1..74
Jon Grantham and Andrew Granville, Fibonacci primes, primes of the form 2^n-k and beyond, arXiv:2307.07894 [math.NT], 2023.
FORMULA
a(n) = A068713(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 5*2^n + 3 ], Print[ n ] ], {n, 1, 10000} ]
PROG
(PARI) is(n)=ispseudoprime(5*2^n+3) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 26 2000
EXTENSIONS
a(50)-a(53) from Michael S. Branicky, Jan 10 2023
a(54)-a(74) from Jon Grantham, Jul 30 2023
STATUS
approved