I'm trying to solve Project Euler's 413rd problem, and I think euler's trying to troll me. To be honest, this problem doesn't seem to be complex, at least if someone applies brute force.
But, although my F function returns the right '9' when the argument is '10', it returns 413 when N=10^3... For christ's sake, this is the problem's index.
Does anyone else faced the same problem? The same number, perhaps, for F(10^3)? I don't seek for numerical solution.
Thanks!
