OFFSET
0,8
COMMENTS
Column 2 of the array at A238709.
Column k=1 of A238354. - Alois P. Heinz, May 02 2014
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..10000
FORMULA
EXAMPLE
a(10) = 4 counts these partitions: 721, 541, 532, 4321.
MATHEMATICA
PartitionsQ[Range[50]] - Table[Count[IntegerPartitions[n], p_ /; Min[p] >= Length[p]], {n, 50}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 03 2014
STATUS
approved