Comment: I found this in a book which can help to formulate the matter.
Problem: Prove that any number $n>6$ can be expressed as the sum of two numbers prime to each other.
Solution:
case 1: the number is odd, we may write:
$n=2+(n-2)$
$(n-2)$ is also odd and is greater than unity and we have $(n, n-2)=1$
In this case one prime is always $2$.For example $21=2+19$.
case 2: For proving this when n is even A. Monkovsky gave this proof:
If $n=4k; k>1;\in \mathbb N$ we have:
$n=(2k-1)+(2k+1); 2k+1>2k-1>1$
The numbers $2k+1$ and $2k-1$ are two subsequent odd numbers which are prime to each other. For example take $k=3$ we get $n=12$ and we have $(5, 7)=1$.
If $n=4k+2; k>1$ then:
$n=(2k+3)+(2k-1); 2k+3>2k-1>1$
And numbers $(2k+3)$ and $(2k-1)$ are relatively primes.Because if $(2k+3)$ and $(2k-1)$ are divisible by $d$ the their difference must also be divisible by $d$:
$(2k+3)-(2k-1)=4$
but $d$ is a divisor of two odd numbers and is odd and can not divide $4$, that is:
$(2k+3, 2k-1)=1$
For our case $n$ is even and a perfect square, suppose it has the form $n=4k^2$; again we have:
$(2k^2+1, 2k^2-1)=1$
and in the form of $n=4k^2+2$ we have:
$(2k^2+3, 2k^2-1)=1$
Now we have to see the prime numbers of the forms $(2k^2+1)$, $(2k^2-1)$ and $(2k^2+3)$ are infinite or not. This is an old question by Euler that says: Are the number of primes in the form $x^2+1$ or generally $ax^2+bx+c$ infinite? Your experiment obviously deduces that they can be infinite. I could not find anything about this on the internet.