BlazeOrangeDeer comments on What have you recently tried, and failed at? - Less Wrong

20 Post author: Emile 05 July 2012 09:52AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (130)

You are viewing a single comment's thread. Show more comments above.

Comment author: BlazeOrangeDeer 09 July 2012 02:50:20AM *  0 points [-]

At first glance I see a few sub-problems that don't look hard, but the list s(n) will get huge but have a ton of repetition so you could just make a list of occurrences of each number instead of just the list of s(n), and this would make finding the nth occurrence trivial. You wouldn't need to keep much of the list, only the fibonacci numbers.