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.

A096172 Largest prime factor of n^4 + 1.

Original entry on oeis.org

2, 17, 41, 257, 313, 1297, 1201, 241, 193, 137, 7321, 233, 14281, 937, 1489, 65537, 41761, 929, 3833, 160001, 97241, 3209, 139921, 331777, 11489, 26881, 6481, 614657, 353641, 3361, 1129, 61681, 6113, 1336337, 750313, 98801, 10529, 50857, 1156721
Offset: 1

Views

Author

Hugo Pfoertner, Jun 19 2004

Keywords

Comments

Mabkhout shows that a(n) >= 137 for n > 3. - Charles R Greathouse IV, Apr 07 2014

Examples

			a(1)=2 because 1^4 + 1 = 2;
a(2)=17: 2^4 + 1 = 17;
a(8)=241: 8^4 + 1 = 4097 = 17*241.
		

References

  • Mustapha Mabkhout, Minoration de P(x^4+1), Rendiconti del Seminario della Facoltà di Scienze dell'Università di Cagliari 63:2 (1993), pp. 135-148.

Crossrefs

Programs

Formula

a(n) = A006530(1+n^4) = A014442(n^2). - R. J. Mathar, Jan 28 2017
From Amiram Eldar, Oct 28 2024: (Start)
a(n) > 113 for n > 3 (Mureddu, 1986-1987).
a(n) >= 233 for n >= 11 (Luca, 2004). (End)