Printable View
Hope this is in the right section how do you solve this recurrence relation? F(0)=0 F(x)=1/x + F(x-1)