Search: id:A138775 Results 1-1 of 1 results found. %I A138775 %S A138775 1,1,1,1,1,1,1,1,4,1,10,1,20,1,35,1,56,1,1,84,7,1,120,28,1,165,84,1,220, %T A138775 210,1,286,462,1,1,364,924,10,1,455,1716,55,1,560,3003,220,1,680,5005, %U A138775 715,1,816,8008,2002,1 %N A138775 Triangle read by rows: T(n,k)=binomial(n-2k,3k) (n>=0, 0<=k<=n/5). %C A138775 Row n contains 1+floor(n/5) terms. %C A138775 Row sums yield A137356. %D A138775 D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.4. %p A138775 T:=proc(n,k) options operator, arrow: binomial(n-2*k, 3*k) end proc: for n from 0 to 20 do seq(T(n,k),k=0..(1/5)*n) end do; # yields sequence in triangular form %Y A138775 Cf. A137356. %Y A138775 Sequence in context: A065045 A064947 A059926 this_sequence A121529 A006370 A108759 %Y A138775 Adjacent sequences: A138772 A138773 A138774 this_sequence A138776 A138777 A138778 %K A138775 nonn,tabf %O A138775 0,9 %A A138775 Emeric Deutsch (deutsch(AT)duke.poly.edu), May 10 2008 Search completed in 0.001 seconds