Elsewhere
Genius, many formulas express recursion. Mine was f(n,m) = f(n-m,m) + f(n,m-1). I mistyped. The final thing should be: f(500,4) = SUM([n=0 to 125] SUM([k=0 to 4n/3] [(4n-3k)/2] + [4n/3]+1))
cloning vat
I wonder wether being mad is a sign of good chess qualities...😕
Your Blackened Sky
Originally posted by royalchicken Genius, many formulas express recursion. Mine was f(n,m) = f(n-m,m) + f(n,m-1). I mistyped. The final thing should be: f(500,4) = SUM([n=0 to 125] SUM([k=0 to 4n/3] [(4n-3k)/2] + [4n/3]+1))
Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.