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.

A259059 One half of numbers representable in at least two different ways as sums of four distinct nonvanishing squares. See A259058 for these numbers and their representations.

Original entry on oeis.org

227, 265, 307, 353, 403, 457, 515, 577, 643, 713, 787, 865, 947, 1033, 1123, 1217, 1315, 1417, 1523, 1633, 1747, 1865, 1987, 2113, 2243, 2377, 2515, 2657, 2803, 2953, 3107, 3265, 3427, 3593, 3763, 3937, 4115, 4297, 4483, 4673, 4867, 5065, 5267, 5473
Offset: 0

Views

Author

Wolfdieter Lang, Aug 12 2015

Keywords

Comments

There may be other numbers with this property.

References

  • W. SierpiƄski, 250 Problems in Elementary Number Theory, American Elsevier Publ. Comp., New York, PWN-Polish Scientific Publishers, Warszawa, 1970, Problem 227, p. 20 and p. 110.

Crossrefs

Cf. A259058.

Programs

Formula

a(n) = A259058(n)/2.
a(n) = 2*n^2 + 36*n + 227.
O.g.f.: (227 - 416*x + 193*x^2)/(1-x)^3.
a(n) = 3*a(n-1)-3*a(n-2)+a(n-3). - Vincenzo Librandi, Aug 13 2015