Let $n$ be a natural number. Let $\pi_k$ be denoted as follows.
$ \pi_{2}(n) = $ the number of twin primes $(p, p+2)$ with $p \le n$.
$ \pi_{4}(n) = $ the number of cousins primes $(p, p+4)$ with $p \le n$.
$ \pi_{6}(n) = $ the number of sexy primes $(p, p+6)$ with$ p \le n$.
According to Mathworld “Prime Constellation”, asymptotic expressions (conjectures) of $\pi_{2}(n)$ and $\pi_{4}(n)$ are the same. They equal $1.32032..\int_{2}^{n} dx/(log(x))^2$. That of $\pi_{6}(n)$ is twice the integral. Is there any simple explanation or reason of it?
No such asymptotic expression is known. If you had known one, you would have solved the Twin Prime conjecture which states that There are infinitely many twin primes.