read BruteTwoFone: L:=5: print(`Let R(a,n) be the rising factorial: a(a+1) ... (a+n-1) `): for i from -L to L do for j from -L to L do print(F(-2*n,-1/2+i,-3*n-1/2+j,-3) , `= `): print(ApaZclosedForm(n,i,j,R)): print(): od: od: time(); quit: