login
A294594
Numbers that are the sum of three squares (square 0 allowed) in exactly five ways.
6
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,1
COMMENTS
These are the numbers for which A000164(a(n)) = 5.
a(n) is the n-th largest number which has a representation as a sum of three integer squares (square 0 allowed), in exactly five ways, if neither the order of terms nor the signs of the numbers to be squared are taken into account. The multiplicity of a(n) with order and signs taken into account is A005875(a(n)).
This sequence is a proper subsequence of A000378.
LINKS
MATHEMATICA
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 5 &]
KEYWORD
nonn
AUTHOR
Robert Price, Nov 03 2017
EXTENSIONS
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
STATUS
approved