Search: id:A138778 Results 1-1 of 1 results found. %I A138778 %S A138778 1,4,10,20,35,56,2,84,14,120,56,165,168,220,420,286,924,3,364,1848,30, %T A138778 455,3432,165,560,6006,660,680,10010,2145,816,16016,6006,4,969,24752, %U A138778 15015,52,1140,37128,34320,364 %N A138778 Triangle read by rows: T(n,k)=k*binomial(n-2k,3k) (n>=5, 1<=k<=n/5). %C A138778 Row n contains floor(n/5) terms. %C A138778 Row sums yield A137359. %D A138778 D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.4. %p A138778 T:=proc(n,k) options operator, arrow: k*binomial(n-2*k,3*k) end proc: for n from 5 to 22 do seq(T(n,k),k=1..(1/5)*n) end do; # yields sequence in triangular form %Y A138778 Cf. A137359. %Y A138778 Sequence in context: A008144 A038406 A127764 this_sequence A038409 A090579 A000292 %Y A138778 Adjacent sequences: A138775 A138776 A138777 this_sequence A138779 A138780 A138781 %K A138778 nonn,tabf %O A138778 5,2 %A A138778 Emeric Deutsch (deutsch(AT)duke.poly.edu), May 10 2008 Search completed in 0.001 seconds