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.

A336943 Least prime factor of 44745755^4 + 2^(4n+2).

Original entry on oeis.org

797, 37, 13, 113, 29, 13, 73, 2593, 13, 41, 37, 13, 509, 57881, 13, 73, 293, 13, 29, 37, 13, 7555049, 53, 13, 41, 29, 13, 677, 37, 13, 8557781, 113, 13, 73, 41, 13, 397, 37, 13, 29, 1217, 13, 73, 9820301, 13, 113, 29, 13, 53, 41, 13, 73, 113, 13, 41, 37, 13
Offset: 0

Views

Author

Jeppe Stig Nielsen, Aug 08 2020

Keywords

Comments

k = 44745755^4 has the property that k + 2^m is composite for all m. However, it is conjectured that this sequence is unbounded. This is the case if and only if A336347 is unbounded; because a full covering set for k*2^m + 1 would also be a full covering for k + 2^m, and vice versa.

Crossrefs

Programs

  • PARI
    a(n) = vecmin(factor(44745755^4+2^(4*n+2))[,1]); \\ Michel Marcus, Aug 08 2020