The inputs of function $f$ are a set $A$ and one natural number $n$.
Plus, its outputs are $n$ 3-dimensional coordinates.
For example, $A$ is defined by ~~~. Then, $f(A, 4) = \{(x_1, y_1, z_1), \ldots, (x_4, y_4, z_4)\}.$
In this case, is it correct to write like the following? $$f:(A, \mathbb{N}) \to \mathbb{R}^{3\times\mathbb{N}}$$