$a_n$ = 2$a_{n-1}$ + 1, with the initial conditions $a_0$ = 0, $a_1$ = 1
Apparently the solution is from the Tower of Hanoi problem, but having trouble coming with the this on my own.
$a_n$ = 2$a_{n-1}$ + 1, with the initial conditions $a_0$ = 0, $a_1$ = 1
Apparently the solution is from the Tower of Hanoi problem, but having trouble coming with the this on my own.
with the initial conditionsThat's a first order recurrence, so it only needs one initial condition. – dxiv Apr 10 '17 at 03:57how to solvewhile this one was only askinghow to provethat a certain form is in fact a solution. The answers may overlap, of course, but that alone doesn't make the question a duplicate. – dxiv Apr 10 '17 at 05:50