The Goldbach conjecture suggests that every even integer greater than $2$ can be expressed as a sum of two primes. For example:
$$10 = 5+5$$ $$12 = 7+5$$ $$14 = 7+7$$
What is so special about even integers? Can we generalize the conjecture as follows?
Every integer multiple of $n$ greater than $n$ can be expressed as a sum of $n$ primes.
For example:
$$15 = 3+5+7$$ $$21 = 7+7+7$$ $$27 = 7+7+13$$
In the above example, I didn't include $24$, because I'm adding the additional restriction that the number is not a multiple of a prime less than $n$.
I don't think this is a generalization of Goldbach, since it can be proved rather easily if Goldbach is assumed to be true.
Fix your whole number $n \ge 3$. Clearly $2n$ is a sum of $n$ primes: $$2n = \underbrace{2 + 2 + \cdots + 2}_\text{$n$ times}$$
If $k \ge 3$ you can write $$kn = \underbrace{2 + 2 + \cdots + 2}_{\text{$n-2$ times}} + 2m$$ if $kn$ is even, and $$kn = \underbrace{2 + 2 + \cdots + 2}_{\text{$n-3$ times}} + 3 + 2m$$ if $kn$ is odd. According to Goldbach, in each case $2m$ can be written as a sum of two primes so that $kn$ is a sum of $n$ primes.