A294595 Numbers that are the sum of three squares (square 0 allowed) in exactly six ways.
194, 209, 269, 281, 290, 297, 321, 326, 329, 342, 365, 386, 389, 401, 426, 434, 449, 459, 482, 485, 489, 497, 513, 531, 534, 542, 546, 554, 558, 561, 578, 601, 602, 633, 649, 659, 662, 665, 675, 678, 681, 693, 699, 705, 713, 714, 722, 737, 741, 747, 750, 754
Offset: 1
Keywords
Links
- Robert Price, Table of n, a(n) for n = 1..1400
Programs
-
Mathematica
Select[Range[0, 1000], Length[PowersRepresentations[#, 3, 2]] == 6 &]
Extensions
Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019
Comments