A294578 Numbers which can be expressed as an ordered sum of 3 squares in 6 or more different ways.
194, 209, 269, 281, 290, 297, 306, 314, 321, 326, 329, 341, 342, 365, 369, 374, 386, 389, 401, 425, 426, 434, 441, 446, 449, 450, 458, 459, 461, 482, 485, 486, 489, 494, 497, 506, 509, 513, 521, 530, 531, 534, 542, 545, 546, 549, 554, 558, 561, 566, 569, 578
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..80080
Programs
-
Mathematica
Select[Range[578], Length[PowersRepresentations[#, 3, 2]] >= 6 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019