I'm aware that the $E[X_n]$ where $X$ is the average number rolls needed to roll $n$ consecutive sixes solves to $E[X_2]=42$ when $n=2$... but why does this differ from rolling other numbers (which are distinct from eachother) such as $5$ and then $6$? For example, if I wanted $X_n$ to be the average number of rolls for getting two consecutive numbers in general, which need not be the same number.
If I begin at $0$ rolls and roll a die $2$ times, the probability of getting $2$ sixes on the first two rolls is $\frac{1}{6}\cdot \frac{1}{6}=\frac{1}{36}$ and the probability of rolling a $5$ and then a $6$ is the same probability.
Intuitively, this led me to believe I could extrapolate the result mentioned above regarding $n$ consecutive sixes and apply it to rolling $n$ consecutive numbers (which need not be the same). But the problem I solved did not have the answer as $42$, the answer for the expected value to roll a $5$ followed immediately by a $6$ was $36$.