Level 10
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
36 posts
• Page 1 of 3 • 1, 2, 3
birkenfeld wrote:I don't think that you need to use anything like that. A plain '1' is enough to start the algorithm.
Well, it might be enough once you know the algorithm, but it would be very hard to figure out the pattern just from that one '1'. After all, there are an infinite number of sequences that start with 1, including {1, 2, 3, ...} and {1, 2, 4, ...} and {1, -1, 1, ...} and even {1, 1, 1, ...}. And course, the actual solution, which is completely unrelated to any of those.
Google is your friend
Try googling for more hints.
I must be doing something wrong. I found the sequence, found item 30 of it, and counted the length. Then I tried http://www.pythonchallenge.com/pc/return/<length>.html
but got nowhere. Is my error in the length or the url?
but got nowhere. Is my error in the length or the url?
Probably wrong length. note that this is a pythonic list.
DJohn wrote:I must be doing something wrong. I found the sequence, found item 30 of it, and counted the length. Then I tried http://www.pythonchallenge.com/pc/return/<length>.html
but got nowhere. Is my error in the length or the url?
Last edited by thesamet on Thu May 12, 2005 9:11 am, edited 1 time in total.
36 posts
• Page 1 of 3 • 1, 2, 3
Return to Python Challenge Hints
Who is online
Users browsing this forum: Google [Bot] and 2 guests
