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 #8 Sep 09 2017 22:25:33
%S 3,4,5,11,7,14,9,23,18,20,13,38,15,26,26,46,19,50,21,54,34,38,25,83,
%T 38,44,51,70,31,86,33,88,50,56,50,136,39,62,58,119,43,112,45,102,92,
%U 74,49,181,66,108,74,118,55,150,74,155,82,92,61,233,63,98,120,185,86,164,69
%N Sum of all the factors in all the ways to write n as n = x*y*z with 1 <= x <= y <= z <= n.
%e a(6)=14 because 6 = 6*1*1 = 3*2*1 and 6+1+1+3+2+1 = 14.
%Y Cf. A034836.
%K nonn
%O 1,1
%A _Jose Ramon Real_, Oct 23 2007
%E Corrected by _Charles R Greathouse IV_, Sep 02 2009