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 depends on how many times the cycle repeats (the value of nthterm). Be careful of the indexes.
It seems that:
31979372600084154
is smaller than31979372600841504
.`
Same for C# in randomtests:
Number: 319793726000841504
Expected: "[31979372600084154, 16, 0]"
But was: "[31979372600841504, 9, 0]"
Why You take last 0 nor first 0? First zero have smaller index?