Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A176934
Primes of the form 7^m+10^m.
0
2, 17, 149, 12401
OFFSET
1,1
COMMENTS
No more terms with m < 5000. - Vincenzo Librandi, Jan 03 2014
From Jeppe Stig Nielsen, Feb 05 2022 (Start)
Exponent m must be zero or a power of two. Because if m>0 has a nontrivial odd divisor, then the polynomial X^m+Y^m is reducible, and the corresponding number 10^m+7^m has an algebraic factor.
It can be conjectured that no more terms exist. From the factordb.com link it can be inferred that for any new terms the exponent m must be at least 2^23.
Factors of larger candidates are being collected, see Keller link.
(End)
MATHEMATICA
Select[Table[7^m + 10^m, {m, 0, 1500}], PrimeQ] (* Vincenzo Librandi, Jan 03 2014 *)
PROG
(Magma) [a: m in [0..1500] | IsPrime(a) where a is 7^m+10^m];
CROSSREFS
Primes in A245807.
Sequence in context: A374377 A245807 A295946 * A126037 A241135 A112321
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved