Fix the positive integer numbers t1,t2,t3,t4,t5. We have the following formula:
S=∑i,j,h,m,k1+k2+k3+k4=i−t1,ℓ1+ℓ2+ℓ3=j−t2+k4,u1+u2=h−t3+k3+ℓ3M1.M2.M3.M4, where
M1=(t5−k1k1)(t4−k2k2)(t3−k3k3)(t2−k4k4) M2=(t5−k1−ℓ1ℓ1)(t4−k2−ℓ2ℓ2)(t3−k3−ℓ3ℓ3) M3=(t5−k1−ℓ1−u1u1)(t4−k2−ℓ2−u2u2); M4=(t1+t2+t3+t4+t5−i−j−h−mm−t4+k2+ℓ2+u2).λiλjλhλmλt1+t2+t3+t4+t5−i−j−h−m Here, the binomial factors (nk) mod 2 and the value of S mod 2. By convention, (nk)≡0 (mod 2) if either k<0 or n<0 or k>n.
I don't how to construct this formula in SAGE. Can someone show me how to compute it using SAGE?