login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Number of partitions of n into 3 distinct parts from [ 1,12 ].
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,13,14,15,15,15,15,14,13,12,10,8,7,

%T 5,4,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12 ].

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

%K nonn

%O 0,9

%A _N. J. A. Sloane_.