Recursioneasy
0:00.0

A recursive sequence is defined by an=2an1+1a_n = 2a_{n-1} + 1 for n1n \ge 1, with a0=0a_0 = 0. What is the value of a3a_3?