MathDB
2015 Guts #25

Source:

August 1, 2022
2015Guts Test

Problem Statement

Let ana_n be a sequence with a0=1a_0=1 and defined recursively by an+1={an+2if n is even,2anif n is odd.a_{n+1}=\begin{cases}a_n+2&\text{if }n\text{ is even},\\2a_n&\text{if }n\text{ is odd.}\end{cases} What are the last two digits of a2015a_{2015}?