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.
python translation kumited
\d is short for [0-9]
https://www.regular-expressions.info/shorthand.html
This comment is hidden because it contains spoiler information about the solution
Needs random tests(?)
The result is saturated once
n
reaches13
anyway, so there's no point in giving an input range as big asn<=1000
.You did not provide any actual formula how to calculate the next iteration.
The equation provided is inadequate, and it leaves to people to guess what the actual formula is.