login
Number of partitions of n into 3 distinct parts from [ 1,17 ].
0

%I #5 Mar 30 2012 16:47:27

%S 0,0,0,0,0,0,1,1,2,3,4,5,7,8,10,12,14,16,19,21,24,26,28,29,31,31,32,

%T 32,32,31,31,29,28,26,24,21,19,16,14,12,10,8,7,5,4,3,2,1,1,0,0,0,0,0,

%U 0,0,0,0,0,0,0,0,0,0,0,0,0,0

%N Number of partitions of n into 3 distinct parts from [ 1,17 ].

%F Coefficient of t^3 in (1+tx)(1+tx^2)(1+tx^3)...(1+tx^17).

%K nonn

%O 0,9

%A _N. J. A. Sloane_.