I was observing the modulo answers to the following expression. Let $p_{n+2}$, $p_{n+1}$ and $p_{n}$ be three consecutive primes; $$ p_{n} p_{n+1} \mod{p_{n+2}} $$
If, we consider a small subset of primes having the following property. $$ p_{n+2} - p_{n+1}=6 $$ $$ p_{n+1} - p_{n}=6 $$
Then, for all primes greater than $59$ satisfying above property, I’ve observed the below to always hold good.
$$ p_{n} p_{n+1} \equiv 72 \mod{p_{n+2}} $$
Although, the number of examples I’ve checked are a few (all primes less than 1600 having this property); I will be thankful to the stack community, if someone could help me with proving or disproving the same.