
Originally Posted by
WinnieW
Yeah, you can.

I guess the task is to find a logical consistant solution, not a creative one. I doubt you'll that solution would score as correct in a test.
Continuing number rows is usually the part I perform best at IQ tests. I can spot such patterns like x^3 - x^2 + 1 in number rows.
Well, if there are no explicit rules for the game.. you can make the rules 
Too lazy to calculate the latest:
Code:
for i in range(1,11):
.... print i**3-i**2+1
....
1
5
19
49
101
181
295
449
649
901
It is imprinted in my mind, now.