Do 50% of primes give primes of the form $P=15p+4$?
I checked this for primes $p$ form 7 up to 233 and found 21 primes out of 38 produce primes of the form $15p+4$:
$(p, P):(7,109), (13,199),(23,349),(29,439),(41, 619), (47, 709), (61, 919), (67, 1009), (71, 1069), (71, 1069), (81, 1249), (97, 1459), (103, 1549), (107, 1609), (113, 1699), (139, 2089), (149, 2239), (151, 2269), (179, 2689), (181, 2719), (211, 3169), (233, 3499)$
Since all primes end with digits 1, 3, 7 and 9, the last digit of all these generated primes is $9$.We can write $P=3(5p+1)+1$. Due to Dirichlet theorem the number of primes of the form $3k+1$ can be infinite, particularly this set of primes , which can also be written as $P=5(3p)+4$,are a subset of primes of the form $5k+4$ which is proved to be infinitely many.The point is that K has especial form $k=5p+1$ in $P=3k+1$ and $k=3p$ in $P=5k+4$.
My question is that : is this trend i.e. 50% of primes generate primes of the form $15p+4$ continues? It need a powerful computer. Could someone check this please?