Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Mar 30 2012 18:40:30
%S 1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,2,0,0,0,2,0,1,1,3,0,2,0,3,0,
%T 1,1,5,0,3,1,5,0,4,1,7,2,4,2,9,0,7,2,10,2,9,3,13,3,10,3,17,2,14,7,18,
%U 5,18,5,25,6,22,9,31,7,27,13,34,10,36,12,45,15,40,19,54,15,52,24,63,22,67,26
%N Number of partitions of n into products of 3 primes.
%H Alois P. Heinz, <a href="/A112313/b112313.txt">Table of n, a(n) for n = 0..5000</a>
%e a(32) = 3 since 32 = 20+12 = 12+12+8 = 8+8+8+8.
%Y Cf. A014612, A000607, A101049, A112314, A112315, A112316.
%K nonn
%O 0,21
%A _Jonathan Vos Post_, Sep 02 2005
%E Extended by _Ray Chandler_, Sep 02 2005