Given the recursive sequence an=2an−1+1a_n = 2a_{n-1} + 1an=2an−1+1 with a0=0a_0 = 0a0=0, what is the value of a2a_2a2?
1
2
3
4