A096021 Greatest number, not divisible by 4, having exactly n partitions into three distinct positive squares.
1507, 4323, 5947, 10707, 19723, 30067, 34483, 47107, 58843, 77683, 111763, 106723, 126043, 166147, 164803, 222643, 217627, 232243, 289963, 319243, 300787, 319867, 462883, 393187, 546067, 532123, 502483, 615883, 662803, 606643
Offset: 1
Keywords
Crossrefs
Cf. A025415 (least sum of 3 distinct nonzero squares in exactly n ways).
Programs
-
Mathematica
lim=1000; nLst=Table[0, {lim^2}]; Do[n=a^2+b^2+c^2; If[n>0 && n
0&]], {k, 30}]
Comments