OFFSET
1,3
COMMENTS
Values corresponding to 9, 12, 25, 132, 192 and 459 (389 digits) have been certified prime with Primo. There are no other terms <= 4000.
No other terms <= 10^5. - Tyler NeSmith
EXAMPLE
7, 37, 12007, 201768037, 69206436007, 6705343098319824504037
are 5*7^0 + 2, 5*7^1 + 2, 5*7^4 + 2, 5*7^9 + 2, 5*7^12 + 2, 5*7^25 + 2,
respectively. 5*7^132 + 2 has 113 digits.
PROG
(PARI) for(n=0, 4000, if(isprime(5*7^n+2), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 26 2003
EXTENSIONS
a(10)-a(13) from Tyler NeSmith, Jan 17 2021
STATUS
approved