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.
It doesn't make a difference between those initial conditions anyway.
Unless you're using
2,1
or something, which would become another sequence."Each new number in the Fibonacci sequence is generated by adding the previous two numbers - by starting with 1 and 2"
Shouldn't the sequence start with 1,1 or 0,1? According to Wikipedia it should.