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.

A297895 Numbers that can be partitioned into squares of distinct integers whose reciprocals sum to 1.

Original entry on oeis.org

1, 49, 200, 338, 418, 445, 486, 489, 530, 569, 609, 610, 653, 770, 775, 804, 845, 855, 898, 899, 939, 978, 1005, 1019, 1049, 1065, 1085, 1090, 1134, 1194, 1207, 1213, 1214, 1254, 1281, 1308, 1356, 1374, 1379, 1382, 1415, 1434, 1442, 1457, 1458, 1459, 1475, 1499, 1502, 1522, 1543, 1566, 1570, 1582
Offset: 1

Views

Author

Max Alekseyev, Jan 08 2018

Keywords

Comments

All integers > 8542 = A297896(1) belong to this sequence.

Examples

			49 = 2^2 + 3^2 + 6^2, where 1/2 + 1/3 + 1/6 = 1;
200 = 2^2 + 4^2 + 6^2 + 12^2, where 1/2 + 1/4 + 1/6 + 1/12 = 1;
338 = 2^2 + 3^2 + 10^2 + 15^2, where 1/2 + 1/3 + 1/10 + 1/15 = 1.
		

Crossrefs

Formula

For n >= 4496, a(n) = n + 4047.