27-02-2006, 12:14 PM
45. I'm not answering that for one simple reason... it's in the damn imperial system! Metric is all that I work with.
46. Recursive:
t1 = 2
tn = t(n-1) + (n-1), n > 0, nEN (So basically... the previous number in the sequence + whatever n-1 is equal to.)
Non-Recursive:
tn = 2 + (n-1)(n-1)
tn = 2 + n2 - 2n + 1
tn = n2 - 2n + 3
I seriously think you need to re-think that question though, it doesn't look to be a proper sequence. If the last number were 13 it'd be a lot more standard.
47. 2 + 2 - 4 + 10 - 100 = -90
48. I play golf in the summer and I play in a couple of bands... that's about it.
46. Recursive:
t1 = 2
tn = t(n-1) + (n-1), n > 0, nEN (So basically... the previous number in the sequence + whatever n-1 is equal to.)
Non-Recursive:
tn = 2 + (n-1)(n-1)
tn = 2 + n2 - 2n + 1
tn = n2 - 2n + 3
I seriously think you need to re-think that question though, it doesn't look to be a proper sequence. If the last number were 13 it'd be a lot more standard.
47. 2 + 2 - 4 + 10 - 100 = -90
48. I play golf in the summer and I play in a couple of bands... that's about it.

As for the question... I prefer to use Linux for everything I can... but so far there's no way to work on my RPG in Linux... so I'm stuck using my crummy Windows 98SE operating system... at least it's not XP.