The first term of this function is n1 = a*q^(n-1) = a*q^(1-1) = a*q^0 = a*1 = a. This is the break condition for the recursion.
確定! 回上一頁