$$S = \{(x_1, x_2, ...,x_n)^T~|~ x_1+2x_2+3x_3+...+nx_n=0 \}$$
$$T = \{(x_1, x_2, ...,x_n)^T~|~ x_1=x_2=x_3=...=x_n \}$$
$R^n$ is a direct sum of $S$ and $T$. This follows from Grassmann formula:
$\dim S + \dim T = \dim(S\cap T) + \dim(S + T)$
In other words every vector $v\in$ $R^n$ can be written as $v=s+t$, where $s\in S, t \in T$.
Writing out the canonical basis is sufficient. For example :
$$(1,0,0,...,0)=t+s$$
Can someone help me find $s$ and $t$ .
If $n=4$, then:
Can you deal with the general case now?