Polynomial Sequences by hirose

while 1:x=raw_input().split();n=len(x);m=1;s=i=0;exec"s=m*int(x[i])-s;i+=1;m=m*n/i;n-=1;"*n;print s

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page