5 boys play a game of passing a ball from one to another. The boy 'A' starts the game. He throws the ball to another boy, who then throws the ball either back to 'A', or to a third boy, and so on.
Let a(n) be the number of ways that the ball returns to 'A' after n throws.
Explain why a(n)+a(n+1)=4^n.