the solution sheet of an exercice I was working on says in particular:
$$ \sum_{k=0}^{n}\sum_{i=0}^{k}\binom{k}{i}t^ia^{k-i}\alpha_k = \sum_{i=0}^{n}t^i\sum_{k=i}^{n}\binom{k}{i}a^{k-i}\alpha_k $$
I can convince myself of this by spelling out summations on each side, and I think this could probably be proven by induction. But my question is rather: how does one see (or intuit) this relation starting with the LHS? Is there a specific method to be mindful of here?
Thanks
EDIT: In the meantime I found [this thread][1] in a similar vein, whose ticked answer parallels DavidW's here.