A294594 Numbers that are the sum of three squares (square 0 allowed) in exactly five ways.
146, 153, 185, 206, 221, 225, 230, 234, 257, 261, 266, 293, 305, 325, 338, 350, 353, 354, 362, 377, 381, 398, 402, 405, 409, 410, 413, 414, 419, 437, 470, 474, 477, 481, 491, 514, 525, 539, 557, 563, 579, 582, 584, 586, 590, 611, 612, 625, 630, 635, 638, 642
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..843
Programs
-
Mathematica
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 5 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
Comments