Given a Sierpinski triangle $G_n$ and a random walk on $G_n$ denoted as $(X_i)_{i\in\mathbb{N}}$, I'm attempting to prove that the hitting time $T_n$ to go from one corner to any of the other two corners has expectation $\mathbb{E}(T_n)=5^n$.
My consideration is that $G_n$ is an irreducible and consequently positive recurrent Markov chain, but I'm not exactly sure how to use that information to my advantage. Is the correct approach this problem, or am I completely off from the start? Surely there's some symmetry consideration I'm missing? Is there some induction rule I should be thinking of as well?
This should be a comment, but they don't support the formatting I need to convey my point. I'll delete this not-really-an-answer-but-rather-a-comment after the issue is clarified.
The comment by @RiversMcForge seems to construct $G_{n+1}$ from $G_n$ by sticking an edge in between copies of $G_n$, as in
as opposed to
as I assume it's intended. In order to get an simple exponential in $n$ as the expectation, the latter form is much more plausible to me, but your response to that comment makes it sound like you want the former.
In both diagrams, I've denoted a copy of $G_n$ as
where $X,Y,Z$ denote the corner vertices in the graph.
To provide more evidence, we can evaluate $E(T_1)$ directly using both constructions. In the latter construction, $E(T_1) = 5$, and in the former construction, $E(T_1) = \frac{32}3$ (assuming I made no mistake)