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.

A167932 Number of partitions of n such that all parts are equal or all parts are distinct.

Original entry on oeis.org

1, 1, 2, 3, 4, 4, 7, 6, 9, 10, 13, 13, 20, 19, 25, 30, 36, 39, 51, 55, 69, 79, 92, 105, 129, 144, 168, 195, 227, 257, 303, 341, 395, 451, 515, 588, 676, 761, 867, 985, 1120, 1261, 1433, 1611, 1821, 2053, 2307, 2591, 2919, 3266, 3663, 4100, 4587, 5121, 5725, 6381
Offset: 0

Views

Author

Omar E. Pol, Nov 15 2009

Keywords

Comments

Note that for positive integers the number of partitions of n such that all parts are equal is equal to the number of proper divisors of n. (A032741(n)).

Examples

			The partitions of 6 are:
6 .............. All parts are distinct ..... (1).
5+1 ............ All parts are distinct ..... (2).
4+2 ............ All parts are distinct ..... (3).
4+1+1 .......... Only some parts are equal.
3+3 ............ All parts are equal ........ (4).
3+2+1 .......... All parts are distinct ..... (5).
3+1+1+1 ........ Only some parts are equal.
2+2+2 .......... All parts are equal ........ (6).
2+2+1+1 ........ Only some parts are equal.
2+1+1+1+1 ...... Only some parts are equal.
1+1+1+1+1+1 .... All parts are equal ........ (7).
So a(6) = 7.
		

Crossrefs

Programs

Formula

a(n) = A000041(n) - A167930(n).
a(n) = A000009(n) + A032741(n).

Extensions

More terms from D. S. McNeil, May 10 2010