Let's say for a prime number $P$, I compute the sum involving $P' + P''$, where $P'$ is the largest sub-prime number below $P$ and $P''= P - P'$, such that $P''$ is the largest sub-prime below P' to fit in this sum exactly.
For example:
$97 = 89 + 5 +3$ (3 sub-primes),
$127 = 113 + 11 + 3$ (3 sub-primes),
$ 541 = 523 = 523 + 13 + 5$ (3 sub-primes),
$360,749 = 360,653 + 89 + 7$ (3 sub-primes),
$80,873,624,627,236,069 = 80,873,624,627,234,849 + 1117 + 3$ (3 sub-primes)
If it may exceed $4$, is there an upper limit to the number? Just inquisitive, my background isn't in mathematics. Thank you.