Recurrence Relationseasy
0:00.0

The Tower of Hanoi with nn disks requires an=2an1+1a_n = 2a_{n-1} + 1 moves with a1=1a_1 = 1. How many moves for n=5n = 5 disks?