OFFSET
1,2
COMMENTS
Limiting row of A115623.
EXAMPLE
In Mathematica ordering, the 9th partition of n >= 8 is [n-4,3,1]. Thus, v(n,9) = 3 for n all n >= 8, so a(n) = 3.
MATHEMATICA
Table[Length[Union[IntegerPartitions[40][[k]]]], {k, 1, 150}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 26 2013
STATUS
approved