A176934 Primes of the form 7^m+10^m.
2, 17, 149, 12401
Offset: 1
Keywords
Links
- Wilfrid Keller, Factors of generalized Fermat numbers found after Björn & Riesel
- Markus Tervooren, factordb.com, Factors of 10^(2^n)+7^(2^n)
Crossrefs
Primes in A245807.
Programs
-
Magma
[a: m in [0..1500] | IsPrime(a) where a is 7^m+10^m];
-
Mathematica
Select[Table[7^m + 10^m, {m, 0, 1500}], PrimeQ] (* Vincenzo Librandi, Jan 03 2014 *)
Comments