%I A132432
%S A132432 1,6,18,38,66,99,147,201,262,332,411,498,601,702,819,946,1078,1221,1375,
%T A132432 1533,1703,1882,2076,2264,2479,2691,2922,3159,3403,3655,3924,4193,4478,
%U A132432 4770,5071,5376,5705,6032,6372,6719,7081,7448,7828,8214,8616,9017,9438
%N A132432 Number of different values of i^2+j^2+k^2+l^2+m^2 for i,j,k,l,m in [0,
n].
%e A132432 a(3) = 18 because the 18 different sums of 5 squares of integers from
0 to 2 are: {20, 17, 16, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3,
2, 1, 0} by permutations of 2^2 + 2^2 + 2^2 + 2^2 + 2^2 = 20; 2^2
+ 2^2 + 2^2 + 2^2 + 1^2 = 17; 2^2 + 2^2 + 2^2 + 2^2 + 0^2 = 16; 2^2
+ 2^2 + 2^2 + 1^2 + 1^2 = 14; 2^2 + 2^2 + 2^2 + 1^2 + 0^2 = 13; 2^2
+ 2^2 + 2^2 + 0^2 + 0^2 = 12; 2^2 + 2^2 + 1^2 + 1^2 + 1^2 = 11; 2^2
+ 2^2 + 1^2 + 1^2 + 0^2 = 10; 2^2 + 2^2 + 1^2 + 0^2 + 0^2 = 9; 2^2
+ 2^2 + 0^2 + 0^2 + 0^2 = 2^2 + 1^2 + 1^2 + 1^2 + 1^2 = 8; 2^2 +
1^2 + 1^2 + 1^2 + 0^2 = 7; 2^2 + 1^2 + 1^2 + 0^2 + 0^2 = 6; 2^2 +
1^2 + 0^2 + 0^2 + 0^2 = 1^2 + 1^2 + 1^2 + 1^2 + 1^2 = 5; 2^2 + 0^2
+ 0^2 + 0^2 + 0^2 = 1^2 + 1^2 + 1^2 + 1^2 + 0^2 = 4; 1^2 + 1^2 +
1^2 + 0^2 + 0^2 = 3; 1^2 + 1^2 + 0^2 + 0^2 + 0^2 = 2; 1^2 + 0^2 +
0^2 + 0^2 + 0^2 = 1; 0^2 + 0^2 + 0^2 + 0^2 + 0^2 = 0.
%t A132432 Table[Length@ Union@Flatten@ Table[i^2 + j^2 + k^2 + l^2 + m^2, {i, 0,
n}, {j, i, n}, {k, j, n}, {l, k, n}, {m, l, n}], {n, 0, 49}]
%Y A132432 Cf. A034966, A047800, A047801.
%Y A132432 Sequence in context: A034857 A116367 A101853 this_sequence A005899 A129863
A035489
%Y A132432 Adjacent sequences: A132429 A132430 A132431 this_sequence A132433 A132434
A132435
%K A132432 easy,nonn
%O A132432 1,2
%A A132432 Jonathan Vos Post (jvospost3(AT)gmail.com), Nov 13 2007, Nov 14 2007
|