1. Standard memberroyalchicken
    CHAOS GHOST!!!
    Elsewhere
    Joined
    29 Nov '02
    Moves
    17317
    21 Apr '03 01:34
    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))
  2. Joined
    26 Mar '03
    Moves
    143
    21 Apr '03 08:18

    This post is unavailable.

    Please refer to our posting guidelines.

  3. Standard memberpadfoot
    Discombobulating...
    cloning vat
    Joined
    07 Feb '03
    Moves
    16173
    21 Apr '03 11:27
    I wonder wether being mad is a sign of good chess qualities...😕
  4. Standard membergenius
    Wayward Soul
    Your Blackened Sky
    Joined
    12 Mar '02
    Moves
    15128
    21 Apr '03 17:49
    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))
    yeah-well, i've heard of recursion then...😛 erm-what's recursion?...
Back to Top

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.I Agree