to understand this function, basically, it's iterative like this. b(0) = 100 b(x) = f(x-1)*(2^f(x-1)) this project yields the result of b(100)