Minimum number of moves to rearrange a Tower of Hanoi puzzle with 3 colors. There are 3 rods with n discs in descending sizes. On the first rod there are n red discs, on the 2nd n blue discs and on the 3rd n white ones.

A290187

Minimum number of moves to rearrange a Tower of Hanoi puzzle with 3 colors. There are 3 rods with n discs in descending sizes. On the first rod there are n red discs, on the 2nd n blue discs and on the 3rd n white ones.

Terms

    a(0) =5a(1) =23a(2) =68a(3) =168a(4) =377a(5) =801a(6) =1657a(7) =3377a(8) =6825a(9) =13729a(10) =27545a(11) =55185

External references