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.

A025415 Least sum of 3 distinct nonzero squares in exactly n ways.

Original entry on oeis.org

14, 62, 101, 161, 206, 314, 341, 446, 689, 734, 854, 1106, 1154, 1286, 1454, 1781, 1889, 2054, 2141, 2609, 2966, 3134, 3461, 3449, 3506, 4241, 4289, 4781, 5066, 4826, 5381, 5561, 7686, 7094, 6254, 7829, 8186, 8069, 8609, 8126, 8774, 9686, 10526, 11066
Offset: 1

Views

Author

Keywords

Comments

The sequence is increasing only up to a(23) = 3461 > a(24) = 3449. - M. F. Hasler, Jan 25 2013

Examples

			a(1) = 1^2+2^2+3^2 = 1+4+9 = 14, which obviously is the smallest sum of 3 distinct nonzero squares and cannot be written otherwise as such a sum.
a(2) = 1^2+5^2+6^2 = 1+25+36 = 2^2+3^2+7^2 = 4+9+49 = 62.