OFFSET
1,2
COMMENTS
As used here, if k is a positive integer, then round(k + 1/2) = k + 1.
EXAMPLE
a(6) counts these partitions: 6, 33, 321, 222, 2211, 21111, 111111.
MATHEMATICA
Table[Count[IntegerPartitions[n], p_ /; MemberQ[p, Round[(Min[p] + Max[p])/2]]], {n, 30}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 27 2014
STATUS
approved