A294710 Numbers that are the sum of three squares (square 0 allowed) in exactly seven ways.
306, 314, 341, 441, 450, 458, 494, 506, 581, 585, 593, 605, 654, 657, 674, 698, 706, 726, 731, 738, 746, 773, 806, 842, 850, 873, 890, 891, 893, 894, 899, 901, 905, 906, 934, 978, 985, 998, 1011, 1013, 1019, 1050, 1058, 1061, 1067, 1073, 1086, 1094, 1101
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..988
Programs
-
Mathematica
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 7 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
Comments