login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A238626
Number of partitions p of n such that max(p) - 2*min(p) is a part of p.
1
0, 0, 0, 1, 1, 2, 4, 6, 8, 12, 17, 24, 31, 42, 54, 73, 92, 118, 149, 192, 236, 298, 366, 459, 558, 692, 838, 1029, 1238, 1510, 1810, 2196, 2618, 3151, 3747, 4490, 5315, 6337, 7481, 8880, 10447, 12351, 14485, 17065, 19964, 23429, 27339, 31992, 37227, 43428
OFFSET
1,6
EXAMPLE
a(6) counts these partitions: 421, 331, 3211, 31111.
MATHEMATICA
Table[Count[IntegerPartitions[n], p_ /; MemberQ[p, Max[p] - 2*Min[p]]], {n, 50}]
CROSSREFS
Cf. A238627.
Sequence in context: A332293 A181821 A241882 * A168657 A240498 A081954
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 02 2014
STATUS
approved