A294597 Numbers which can be expressed as an ordered sum of 3 squares in 8 or more different ways.
369, 374, 425, 446, 461, 486, 509, 521, 530, 545, 549, 566, 569, 594, 614, 621, 626, 629, 641, 650, 666, 677, 686, 689, 701, 710, 725, 729, 734, 749, 761, 770, 774, 789, 794, 797, 801, 809, 810, 818, 821, 825, 833, 845, 846, 849, 854, 857, 866, 869, 881, 882
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..77692
Programs
-
Mathematica
Select[Range[1000],Length[PowersRepresentations[#,3,2]]>7&] (* Harvey P. Dale, Jul 03 2019 *)