Yup, 9 is what I get too ;o)
Here's a formula for this sequence:
x[n] =
+8*C(n,0)
-3*C(n,1)
-1*C(n,2)
+14*C(n,3)
-42*C(n,4)
+94*C(n,5)
-183*C(n,6)
+323*C(n,7)
-521*C(n,8)
+771*C(n,9)
-1067*C(n,10)
where C(n,k) = n!/(k!(n-k)!), n = 0, 1, 2, 3, ...
This is from a simple html page with javascript that I wrote
for fun some time ago. (Of course it will give an interpolating
polynomial for whatever terms we want to follow the 11.) For
anyone who wants it, I've put the html page at
http://r.s.home.mindspring.com/Interpolate/interpolate.htm
--r.e.s.
Using a finite differences triangle to derive a 9th degree equation in
n, the next n yeilds f(n)=1076, so that must be the answer! ;-)
Here are the finite differences with the number series f(n) down the
leftmost column.. Each number is the sum of the number above and the
number diagonally above and right:
8 -3 -1 14 -42 94 -183 323 -521 771
5 -4 13 -28 52 -89 140 -198 250 771
1 9 -15 24 -37 51 -58 52 1021
10 -6 9 -13 14 -7 -6 1073
4 3 -4 1 7 -13 1067
7 -1 -3 8 -6 1054
6 -4 5 2 1048
2 1 7 1050
3 8 1057
11 1065
1076
--gary
Yup, 1076 is what I get too ;o)
Here's a formula for this sequence:
x[n] =
+8*C(n,0)
-3*C(n,1)
-1*C(n,2)
+14*C(n,3)
-42*C(n,4)
+94*C(n,5)
-183*C(n,6)
+323*C(n,7)
-521*C(n,8)
+771*C(n,9)
where C(n,k) = n!/(k!(n-k)!), n = 0, 1, 2, 3, ...
At least this one's different than the last three you posted.
ObPuzzle: What's the next letter in this sequence?
D O O F U ?
Bob H
Heh...
'S', of course...
The correct answer is 6.3. Hard luck, lads.
Bob H