cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A168014 Sum of all parts of all partitions of n into equal parts that do not contain 1 as a part.

This page as a plain text file.
%I A168014 #32 Dec 26 2017 17:34:58
%S A168014 0,0,2,3,8,5,18,7,24,18,30,11,60,13,42,45,64,17,90,19,100,63,66,23,
%T A168014 168,50,78,81,140,29,210,31,160,99,102,105,288,37,114,117,280,41,294,
%U A168014 43,220,225,138,47,432,98,250,153,260,53,378
%N A168014 Sum of all parts of all partitions of n into equal parts that do not contain 1 as a part.
%C A168014 Sum of all the parts in the partitions of n into two parts such that the smaller part divides the larger. - _Wesley Ivan Hurt_, Dec 22 2017
%H A168014 G. C. Greubel, <a href="/A168014/b168014.txt">Table of n, a(n) for n = 0..1000</a>
%F A168014 a(n) = n * A032741(n).
%F A168014 a(n) = n(d(n) - 1) = n*(A000005(n) - 1) = A038040(n) - n, if n >= 1. - _Omar E. Pol_, Jan 18 2013
%p A168014 A168014:=n->n*(numtheory[tau](n)-1); seq(A168014(k), k=0..60); # _Wesley Ivan Hurt_, Oct 11 2013
%t A168014 Table[n*(DivisorSigma[0, n] - 1), {n, 0, 100}] (* _Wesley Ivan Hurt_, Oct 11 2013 *)
%Y A168014 Cf. A000005, A000041, A032741, A168015, A168020, A168021.
%K A168014 easy,nonn
%O A168014 0,3
%A A168014 _Omar E. Pol_, Nov 20 2009
%E A168014 a(14)-a(55) from _Vincenzo Librandi_, May 25 2010
%E A168014 New name from _Omar E. Pol_, Jan 18 2013