OFFSET
1,2
COMMENTS
Values corresponding to 29, 203, 297, 617 and 1211 (848 digits) have been certified prime with Primo. Values for 2969 (2077 digits) and 3037 (2124 digits) are probable primes. There are no other terms <= 4000.
a(14) > 10^5. - Tyler NeSmith
EXAMPLE
37, 877, 1303851604461669921877 are 7*5^1 + 2, 7*5^3 + 2 and 7*5^29 + 2.
7*5^203 + 2 has 143 digits.
PROG
(PARI) for(n=1, 4000, if(isprime(7*5^n+2), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 23 2003
EXTENSIONS
a(10)-a(13) from Tyler NeSmith, Dec 14 2020
STATUS
approved