Maybe I didn't understand completely your question, but to me, your function T can be written like this : For any Positive non null integer n => T(n) = ( c + d ) * ( 2^( n - 1 ) ) - d It works also with n = 1 since T(1) becomes ( c + d ) * (2^0) - d => c + d - d => c
M
Marc Antoine Froger
@Marc Antoine Froger