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”).
%I #20 Feb 10 2020 06:24:40
%S 5,46,235,880,2695,7150,17017,37180,75790,145860,267410,470288,797810,
%T 1311380,2096270,3268760,4984859,7450850,10935925,15787200,22447425,
%U 31475730,43571775,59603700,80640300,107987880,143232276,188286560
%N Tenth column of (1,5)-Pascal triangle A096940.
%C If Y is a 5-subset of an n-set X then, for n>=13, a(n-13) is the number of 9-subsets of X having at most one element in common with Y. - _Milan Janjic_, Dec 08 2007
%H <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
%F a(n) = (n+45)*binomial(n+8, 8)/9.
%F a(n) = 5*b(n)-4*b(n-1), with b(n) = A000582(n+9) = binomial(n+9, 9).
%F G.f.: (5-4*x)/(1-x)^10.
%t CoefficientList[Series[(5-4x)/(1-x)^10,{x,0,40}],x] (* _Harvey P. Dale_, Jan 06 2020 *)
%Y Ninth column: A096946.
%K nonn,easy
%O 0,1
%A _Wolfdieter Lang_, Jul 16 2004