The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167932 Number of partitions of n such that all parts are equal or all parts are distinct. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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)).
LINKS
FORMULA
a(n) = A000041(n) - A167930(n).
a(n) = A000009(n) + A032741(n).
EXAMPLE
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.
MATHEMATICA
ds[n_]:=Module[{lun=Length[Union[n]]}, Length[n]==lun||lun==1]; Table[ Count[ IntegerPartitions[n], _?(ds)], {n, 0, 60}] (* Harvey P. Dale, Sep 13 2011 *)
CROSSREFS
Sequence in context: A325588 A244903 A342337 * A006087 A364675 A241315
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 15 2009
EXTENSIONS
More terms from D. S. McNeil, May 10 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 07:50 EDT 2024. Contains 373054 sequences. (Running on oeis4.)