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 #3 Oct 12 2012 14:40:21
%S 6,49,225,765,2145,5247,11583,23595,45045,81510,140998,234702,377910,
%T 591090,901170,1343034,1961256,2812095,3965775,5509075,7548255,
%U 10212345,13656825,18067725,23666175,30713436,39516444,50433900,63882940
%N Ninth column (m=8) of (1,6)-Pascal triangle A096956.
%F a(n)= A096956(n+8, 8) = 6*b(n) - 5*b(n-1) = (n+48)*binomial(n+7, 7)/8, with b(n):=A000581(n+8)=binomial(n+8, 8).
%F G.f.: (6-5*x)/(1-x)^9.
%Y Cf. A097298 (eighth column), A097300 (tenth column).
%K nonn,easy
%O 0,1
%A _Wolfdieter Lang_, Aug 13 2004