Guide:
$r=1$: the first player gets $0.2$.
now, what is left is $0.8$.
$r=2$: the second player gets $0.2(0.8)$.
now, what is left is $0.8(0.8)=0.8^2$.
$r=3$: the third player gets $0.2(0.8^2)$
now, what is left is $0.8(0.8^2)$.
So the corresponding reward for $r=1,2,3$ are $0.2, 0.2(0.8), 0.2(0.8^2)$.
Can you spot the pattern from these workings?