A294577 Numbers that are the sum of three squares (square 0 allowed) in exactly four ways.
81, 89, 101, 125, 129, 134, 149, 161, 162, 170, 171, 173, 189, 198, 201, 233, 241, 242, 243, 245, 246, 249, 250, 251, 254, 270, 274, 278, 285, 289, 294, 299, 324, 339, 349, 356, 361, 363, 370, 371, 378, 387, 390, 393, 395, 404, 406, 411, 417, 429, 433, 451
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1030
Programs
-
Mathematica
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 4 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
Comments