login
A176946
Primes of the form 7^k + 2^k.
2
OFFSET
1,1
COMMENTS
If 7^k+2^k is prime then k is either 0 or a power of 2. The corresponding values of k for a(1)-a(3) are 0, 2 and 4. If it exists, a(4) has k = 2^m with m > 19, and therefore it is larger than 7^(2^20) > 10^886149. - Amiram Eldar, Jul 17 2025
PROG
(Magma) [ a: k in [0..2100] | IsPrime(a) where a is 7^k+2^k ];
CROSSREFS
Primes in A074602.
Sequence in context: A354406 A119777 A176943 * A265443 A234603 A087865
KEYWORD
nonn,bref,hard
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved