Digit Finding with Hexadecimal Fibonacci (Posted on 2016-06-16)
Consider that each term of the Fibonacci sequence is represented in the hexadecimal (base 16) system. The nth term of this sequence is denoted by F(n).
The puzzle asks for the 8214th (this ordinal number in decimal, equivalent to 2016th hexadecimal) Fibonacci number's last three digits in hex representation.
Answer: EC8
For fuller explanation, refer to the computer program assisted solution submitted by Charlie in this
location.
Comments: (
You must be logged in to post comments.)