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.

A216870 A maximal length five arithmetic progression of squares in a quadratic number field.

Original entry on oeis.org

49, 169, 289, 409, 529
Offset: 1

Views

Author

Jonathan Sondow, Nov 20 2012

Keywords

Comments

Bremner (2102): "Xarles (2011) investigated arithmetic progressions (APs) in number fields, and proved the existence of an upper bound K(d) for the maximal length of an AP of squares in a number field of degree d. He shows that K(2) = 5."
Euler showed that K(1) = 3. See A216869 for the smallest non-constant example. Another example is a(1), a(2), a(3) = 49, 169, 289 = 7^2, 13^2, 17^2.
It is known that K(3) >= 4.

Examples

			a(n) = 7^2, 13^2, 17^2, sqrt(409)^2, 23^2 for n = 1, 2, 3, 4, 5.
		

Crossrefs

Programs

Formula

a(n+1) - a(n) = 120 for n = 1, 2, 3, 4.