OFFSET
0,1
EXAMPLE
Terms are the following square, read by diagonals:
70, 35, 15, 5, 1
35, 40, 30, 16, 5
15, 30, 36, 30, 15
5, 16, 30, 40, 35
1, 5, 15, 35, 70
MAPLE
with(combinat):T:=(n, i)->binomial(i, n)*binomial(8-i, 4-n): for n from 0 to 4 do seq(T(n, i), i=0+n..8-4+n) od;
CROSSREFS
KEYWORD
fini,full,nonn,less
AUTHOR
Zerinvary Lajos, May 28 2007
EXTENSIONS
Edited slightly by Charles R Greathouse IV, Oct 28 2009
STATUS
approved