Recent content by superdog

  1. S

    You are subscribed to this thread Proving conjecture for recursive function

    Ahhhh, ok, thanks so much for the help! its all clicking into place now. especially after walking away from the bloody thing for a bit :P thanks again Sam
  2. S

    You are subscribed to this thread Proving conjecture for recursive function

    Hey, thanks for your help, "f(2n)= 1/(2n+1)" you mean 1/(n+1) right, (not being picky just making sure) yeah, i kinda what your saying, ie: 2n is a generator for all evens and 2n+1 is for odds, however, I'm not really confident on how to actually go through and do a induction proof on...
  3. S

    You are subscribed to this thread Proving conjecture for recursive function

    Hi, Homework Statement Just having some troubles with a proof i have been asked to do, (sorry for not knowing the math code) basically, f(1)=0, f(2)=1/3 and f(n)= ((n-1)/(n+1))*f(n-2) and I've come up with the conjecture that f(n) = 0 when n is odd, and = 1/(n+1) when n is even...
Back
Top