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.

Original entry on oeis.org

0, 0, 2, 3, 8, 5, 18, 7, 24, 18, 30, 11, 60, 13, 42, 45, 64, 17, 90, 19, 100, 63, 66, 23, 168, 50, 78, 81, 140, 29, 210, 31, 160, 99, 102, 105, 288, 37, 114, 117, 280, 41, 294, 43, 220, 225, 138, 47, 432, 98, 250, 153, 260, 53, 378
Offset: 0

Views

Author

Omar E. Pol, Nov 20 2009

Keywords

Comments

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

Crossrefs

Programs

Formula

a(n) = n * A032741(n).
a(n) = n(d(n) - 1) = n*(A000005(n) - 1) = A038040(n) - n, if n >= 1. - Omar E. Pol, Jan 18 2013

Extensions

a(14)-a(55) from Vincenzo Librandi, May 25 2010
New name from Omar E. Pol, Jan 18 2013