I am trying to implement a function as follows but really lack the math skills, any help would be greatly appreciated. The function should take an amount of data points x and return an array of size x containing exponentially increasing values from 0 to 100 (for example). Ideally it should also accept a lambda value to modify the curve.