OFFSET
1,5
COMMENTS
As used here, if k is a positive integer, then round(k + 1/2) = k + 1.
EXAMPLE
a(6) counts these partitions: 51, 42, 411, 3111.
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