2013-02-21, 02:26 AM
Yokuyin Wrote:The formula is a recursive formula: E(n) = Round[E(n-1)*c], with E=exp for next level, n=level, E(0)=20, and c the following values:Does anyone have a better approximation for c? This formula falls apart for numbers > 17.
c n 1.3 1≤n≤9 1.1 10≤n≤19 1.03 20≤n≤29 1.015 30≤n≤69 1.003 70≤n≤99

