T.R | Title | User | Personal Name | Date | Lines |
---|
1107.1 | bigger than a breadbox | ESCROW::MUNZER | | Thu Aug 10 1989 09:57 | 6 |
| spoiler:
f i
f, i, ...
John
|
1107.2 | | AITG::DERAMO | Daniel V. {AITG,ZFC}:: D'Eramo | Thu Aug 10 1989 13:52 | 16 |
| spoiled in more detail than .1:
>> 1 1 1 4 27 3125 ...
0 1 1 2 3 5
0 1 1 2 3 5
f(n)
The series is f(n) where f(n) is the nth Fibonacci
number.
8
So the next element is 8 or 262144.
Dan
|
1107.3 | Too easy, I suppose..... | ARTMIS::MILLSH | and 50g scepticism, at gas mark 4.... | Fri Aug 11 1989 05:40 | 14 |
|
Well done!
You got it, so what is the exact numerical value of the next element
after that?
Also - There is an error in .2
<spoiler>
8
> So the next element is 8 or 262144.
8
I think 8 is usually taken to be 16777216.
HRM
|
1107.4 | | AITG::DERAMO | Daniel V. {AITG,ZFC}:: D'Eramo | Fri Aug 11 1989 11:50 | 6 |
| Oops, I only typed in six of them to DCL. :-)
$ write sys$output 8 * 8 * 8 * 8 * 8 * 8
262144
Dan
|