OFFSET
1,7
COMMENTS
Also the number of integer partitions of n - 3 with Durfee square of length > 2, i.e., those with at least 3 parts > 2. The Heinz numbers of these partitions are given by A307515. - Gus Wiseman, Apr 12 2019
MAPLE
MATHEMATICA
durf[ptn_]:=Length[Select[Range[Length[ptn]], ptn[[#]]>=#&]];
Table[Length[Select[IntegerPartitions[n], durf[#]>2&]], {n, 0, 30}] (* Gus Wiseman, Apr 12 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 12 2003
STATUS
approved