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”).

A218568
Number of partitions p of n such that max(p)-min(p) = 5.
3
1, 1, 3, 3, 7, 8, 14, 17, 26, 31, 45, 54, 73, 87, 114, 135, 171, 200, 249, 290, 352, 406, 487, 560, 660, 752, 879, 997, 1153, 1298, 1489, 1671, 1900, 2121, 2397, 2665, 2992, 3311, 3701, 4081, 4535, 4982, 5514, 6042, 6655, 7265, 7977, 8686, 9502, 10314, 11248
OFFSET
7,3
LINKS
G. E. Andrews, M. Beck and N. Robbins, Partitions with fixed differences between largest and smallest parts, arXiv:1406.3374 [math.NT], 2014
FORMULA
G.f.: Sum_{k>0} x^(2*k+5)/Product_{j=0..5} (1-x^(k+j)).
a(n) = A097364(n,5) = A116685(n,5) = A194621(n,5) - A194621(n,4) = A218507(n) - A218506(n).
MATHEMATICA
Table[Count[IntegerPartitions[n], _?(Max[#]-Min[#]==5&)], {n, 7, 60}] (* Harvey P. Dale, Sep 25 2015 *)
CROSSREFS
Sequence in context: A241641 A339398 A241414 * A218569 A218570 A218571
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 02 2012
STATUS
approved