Honestly, I have no idea how to prove that but I noticed that if we try to find the number of coprimes with $30$ that are less than $30$, we will get $22$ numbers that are not coprime using the exclusion inclusion principle and then $30 - 22 = 8$ coprimes.
Is this related somehow?
Consider the set $S=\{2,3,5\}$ of primes. By inclusion–exclusion, the count of integers in $[n+1,n+30]$ that are coprime to all primes in $S$ is
\begin{eqnarray} \sum_{P\subset S}(-1)^{|P|}\frac{30}{\prod_{p\in P}p} &=& \frac{30}1-\frac{30}2-\frac{30}3-\frac{30}5+\frac{30}{2\cdot3}+\frac{30}{5\cdot2}+\frac{30}{3\cdot5}-\frac{30}{2\cdot3\cdot5} \\ &=& 30-15-10-6+5+3+2-1 \\ &=&8\;. \end{eqnarray}