OFFSET
8,3
LINKS
Alois P. Heinz, Table of n, a(n) for n = 8..1000
G. E. Andrews, M. Beck and N. Robbins, Partitions with fixed differences between largest and smallest parts, arXiv:1406.3374 [math.NT], 2014
FORMULA
MATHEMATICA
Table[Count[IntegerPartitions[n], _?(First[#]-Last[#]==6&)], {n, 8, 60}] (* Harvey P. Dale, Feb 09 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 02 2012
STATUS
approved