[seqfan] Reciprocal Recaman

David Wilson davidwwilson at comcast.net
Thu Nov 14 04:41:16 CET 2013


Define the function f:Z->R as follows:

 

f(0) = 0

f(n) = f(n-1) - 1/n if >= 0, else f(n-1) + 1/n.

 

For which n do we have f(n-2) > f(n-1) > f(n)?



More information about the SeqFan mailing list