login

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”).

A166239
Number of partitions of n with distinct occurrences of parts.
0
1, 1, 2, 2, 4, 5, 7, 9, 13, 16, 19, 27, 33, 40, 54, 63, 75, 99, 116, 140, 175, 198, 244, 293, 349, 401, 491, 563, 666, 790, 912, 1046, 1266, 1419, 1667, 1929, 2221, 2528, 2979, 3345, 3868, 4422, 5057, 5709, 6638, 7395, 8480, 9626, 10925, 12237, 14052, 15622
OFFSET
0,3
EXAMPLE
a(4) = #{4, 2+2, 2+1+1, 1+1+1+1} = 4;
a(5) = #{5, 3+1+1, 2+2+1, 2+1+1+1, 1+1+1+1+1} = 5;
a(6) = #{6, 4+1+1, 3+3, 3+1+1+1, 2+2+2, 2+4x1, 6x1} = 7.
CROSSREFS
Sequence in context: A027592 A007209 A240215 * A058661 A094362 A000726
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 09 2009
STATUS
approved