OFFSET
1,2
EXAMPLE
9 is in this sequence because 39*2^9 + 5 = 19973 is prime.
Initial terms and associated primes:
a(1) = 1, 83;
a(2) = 3, 317;
a(3) = 9, 19973;
a(4) = 15, 1277957;
a(5) = 18, 10223621;
a(6) = 31, 83751862277, etc.
PROG
(PARI) is(k) = ispseudoprime(39*2^k + 5)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhicheng Wei, Feb 13 2026
EXTENSIONS
a(35) onward from Michael S. Branicky, Feb 14 2026
STATUS
approved
