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.
%I A294597 #11 Nov 02 2019 12:48:14 %S A294597 369,374,425,446,461,486,509,521,530,545,549,566,569,594,614,621,626, %T A294597 629,641,650,666,677,686,689,701,710,725,729,734,749,761,770,774,789, %U A294597 794,797,801,809,810,818,821,825,833,845,846,849,854,857,866,869,881,882 %N A294597 Numbers which can be expressed as an ordered sum of 3 squares in 8 or more different ways. %H A294597 Robert Price, <a href="/A294597/b294597.txt">Table of n, a(n) for n = 1..77692</a> %t A294597 Select[Range[1000],Length[PowersRepresentations[#,3,2]]>7&] (* _Harvey P. Dale_, Jul 03 2019 *) %Y A294597 Cf. A000164, A094942, A124966, A124967, A124968. %K A294597 nonn %O A294597 1,1 %A A294597 _Robert Price_, Nov 03 2017