Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is amazing. Wow.
I tried to do something like that but I could come up with the way to make those hundred thousands work.
That's MATH!
Amazing. Just wow.
So, I wanted to do this without loops. I think it can be done by solving an equation in the picture here: https://ibb.co/jT8QDVC I come up with. Fibonacci's members are calculated using golden ratio. The exponent "n" has to be expressed from the equation and if the exponent is a whole number, you got yourself a product of two consecutive Fibonacci's numbers (in the picture marked as "c").
Unfortunately I haven't managed to solve the equation yet.