OFFSET
0,1
COMMENTS
If Y is a 4-subset of an n-set X then, for n>=10, a(n-10) is the number of 7-subsets of X having at most one element in common with Y. - Milan Janjic, Dec 08 2007
FORMULA
G.f.: (4-3*x)/(1-x)^8.
a(n) = 4*b(n)-3*b(n-1) =(n+28)*binomial(n+6, 6)/7, with b(n):=binomial(n+7, 7)= A000580(n+7, 7).
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jun 11 2004
STATUS
approved