I have discovered a recursive formula for the density of the primes, and would like to ask whether this is novel or is already known, or perhaps equivalent to something else.
Let $ P_n$ denote the nth prime
My proof shows that the density of primes in the number range $ P_n^2 < x < P_{n+1}^2$ is given by
$D_n = \frac{P_n - 1}{P_n} . D_{n-1} $
where seed values are
$D_0 = 1$
$P_1 = 2$
Is this useful to anyone?

