cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A176934 Primes of the form 7^m+10^m.

Original entry on oeis.org

2, 17, 149, 12401
Offset: 1

Views

Author

Vincenzo Librandi, Apr 29 2010

Keywords

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)

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 *)
Showing 1-1 of 1 results.