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.

A294715 Numbers which can be expressed as an ordered sum of 3 squares in 10 or more different ways.

This page as a plain text file.
%I A294715 #7 Nov 01 2019 22:22:02
%S A294715 594,626,629,689,734,761,794,801,846,854,866,881,909,914,926,929,941,
%T A294715 950,965,986,1001,1025,1026,1034,1041,1046,1049,1089,1097,1106,1109,
%U A294715 1121,1125,1130,1154,1161,1169,1181,1190,1193,1205,1206,1209,1214,1226,1229
%N A294715 Numbers which can be expressed as an ordered sum of 3 squares in 10 or more different ways.
%t A294715 Select[Range[1229], Length[PowersRepresentations[#, 3, 2]] >= 10 &]
%Y A294715 Cf. A000164, A094942, A124966, A124967, A124968.
%K A294715 nonn
%O A294715 1,1
%A A294715 _Robert Price_, Nov 07 2017
%E A294715 Updated Mathematica program to Version 11, and corrected errors in Name. by _Robert Price_, Nov 01 2019