A294711 Numbers that are the sum of three squares (square 0 allowed) in exactly eight ways.
369, 374, 446, 461, 486, 509, 530, 549, 566, 621, 641, 666, 677, 686, 710, 749, 770, 789, 797, 818, 821, 825, 833, 849, 869, 882, 902, 945, 954, 962, 969, 971, 981, 1010, 1014, 1017, 1022, 1029, 1069, 1085, 1098, 1146, 1157, 1174, 1221, 1233, 1242, 1245
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1701
Crossrefs
Programs
-
Mathematica
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 8 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
Comments