4 lines
61 B
Text
4 lines
61 B
Text
|
|
f:=n->seq(print(seq(binomial(i,k),k=0..i)),i=0..n-1);
|
||
|
|
|
||
|
|
f(3);
|