Coding challenge

Write some code that can find the Fibonacci numbers. Take the first Fibonacci number and divide it by 100. To this, add the next Fibonacci number divided by 1,000. To this, add the next divided by 10,000. Keep going. Your sum should be equal to $1/89$. Cool, huh?

Type your code here:


Lua reference

See your results here: