Given the Tower of Hanoi recurrence T(n)=2T(n−1)+1T(n) = 2T(n-1) + 1T(n)=2T(n−1)+1 with T(1)=1T(1) = 1T(1)=1, find T(3)T(3)T(3).
333
777
555
999