What exactly would we get by calculating the cross product of vectors in $R^n, n>3$
using the formula $\vec a \times\vec b=(||\vec a||||\vec b||\sin\theta)\vec n$
$\vec n$ being a vector normal to the two 3D vectors $\vec a$ and $\vec b$
For a set of n-1 vectors that are n dimensional, would there be a generalization of the cross product?
Why not use the matrix notation: $$\vec a\times \vec b=\left\vert\begin{array}{ccc}\vec i&\vec j&\vec k\\a_1&a_2&a_3\\b_1&b_2&b_3\end{array}\right\vert.$$ Now in $\mathbb{R}^4$ you have $$\vec a\times \vec b\times \vec c=\left\vert\begin{array}{cccc}\vec i&\ \vec j&\vec k&\vec l\\a_1&a_2&a_3&a_4\\b_1&b_2&b_3&b_4\\c_1&c_2&c_3&c_4\end{array}\right\vert,$$ where $\vec i,\vec j,\vec k,\vec l$ are the basis vectors for $\mathbb{R}^4$.
This is easily expanded to any dimension $n$.
In practice I wouldn't use the (possibly confusing) notation $$\vec a\times \vec b\times \vec c,$$ I would write something like $$\text{cross}(\vec a,\vec b,\vec c).$$