OFFSET
0,11
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
EXAMPLE
a(10) counts these 4 partitions: 4411, 42211, 3322, 33211.
MATHEMATICA
z = 30; e[p_] := Length[DeleteDuplicates[Select[p, Count[p, #] > 1 &]]];
m[p_] := Max[Map[Length, Split[p]]]; Table[Count[IntegerPartitions[n], p_ /; m[p] == e[p]], {n, 0, z}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 24 2014
STATUS
approved