A121051 Semiprimes which are sums of 4 but no fewer nonzero squares.
15, 39, 55, 87, 95, 111, 119, 143, 159, 183, 215, 247, 287, 295, 303, 319, 327, 335, 391, 407, 415, 447, 471, 511, 519, 527, 535, 543, 551, 559, 583, 591, 623, 655, 671, 679, 687, 695, 703, 767, 791, 799, 807, 815, 831, 871, 879, 895, 943, 951, 959, 1007
Offset: 1
Programs
-
Mathematica
Select[8*Range[200]+7,PrimeOmega[#]==2&] (* Harvey P. Dale, Oct 28 2017 *)
Extensions
a(15)-a(52) from Giovanni Resta, Jun 13 2016
Comments