OFFSET
1,2
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..59 (all terms <= 100000)
EXAMPLE
6 is in this sequence because 25*2^6 + 9 = 1609 is prime.
Initial terms and associated primes:
a(1) = 1, 59;
a(2) = 2, 109;
a(3) = 4, 409;
a(4) = 5, 809;
a(5) = 6, 1609;
a(6) = 7, 3209, etc.
PROG
(PARI) is(k) = ispseudoprime(25*2^k + 9)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhicheng Wei, Feb 05 2026
STATUS
approved
