HOW IT WORKS: Starts with the first 3 digits, and continues these equations untill the 3 digit number is the same as it started with or the same as the second input: Set #1 to: (#2 + #3) / #1 Set #2 to: (#1 + #3) / #2 Set #3 to: (#1 + #2) / #3 CREDITS: Everything - @some_random_things NOTES: - Process will repeat untill it has reached the limit (Input 3) or untill the 3 digit number equals the original number (Input 1) or the end number (Input 2) - All inputs can only accept digits from 0-9