Polynomial Sequences by primo

while 1:a=raw_input().split();t=d=0;n=l=len(a);exec"d-=1;n/=d;t-=int(a[d])*n;n*=l+d;"*n;print t

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

download

return to the top page