I had an idea and I'd like to find out whether it has a name or has been studied before.
Imagine the natural numbers and the operations of addition and multiplication, but with the following restriction: multiplication can only be carried out $d$ times, and only with prime numbers. Any number that usually has more than $d$ prime factors now becomes 'prime' in the new system. So, if $d=2$ say, then $8$ becomes a new 'prime' because the usual prime decomposition of $8= 2\times2\times2$ takes 'too many' multiplications; similarly, if $d=3$ then $16=2\times2\times2\times2$ becomes 'prime'.
Has this kind of thing ever been studied?
Edit: I've been asked to clarify this, so here's two other ways of describing the same object.
Geometrically. In a $d$-dimensional Euclidean space, let $\mathscr{D}$ be the smallest set of natural numbers such that you can represent every natural number as the volume of a $d$-dimensional box with edge lengths that are members of $\mathscr{D}$. $\mathscr{D}$ always contains the primes, and if $d<\infty$ it also contains other numbers. Perhaps it'd be interesting to understand those other numbers.
Algorithmically. First, put all the prime numbers in a set $\mathscr{D}$. Then, put every number $n$ with $\Omega(n)>d$ in $\mathscr{D}$ (where $\Omega(n)$ is the number of indistinct prime divisors of $n$). Finally, go through each of the numbers $n$ for which $\Omega(n)>d$ (i.e. the ones which were just added to $\mathscr{D}$) in increasing order, and for each such number $n$ that has not yet been removed from $\mathscr{D}$, remove from $\mathscr{D}$ every number $m$ that is product of $n$ and $d-1$ (possibly identical) numbers $k_1,k_2,...,k_{d-1}$ such that each $k_i\in\mathscr{D}$ and each $k_i \le n$. We can call the remaining numbers in $\mathscr{D}$ '$d$-prime'.
First, as Jyrki suggested, let's find some other term than prime. Maybe $d$-Mariusian is appropriate. We define the set $$\mathscr D_d:=\{n\in\mathbb N\mid n \text{ is $d$-Mariusian}\}$$ Now, forbidding multiplication is somehow difficult, so let's find a more formal definition for Mariusian numbers:
I hope, this agrees with your concept, otherwise skip the following and let me know.
Note, that $\mathscr D_1=\mathbb N\setminus\{1\}$ and $\mathscr D_{\infty}=\mathbb P$. Now, let's study $2$-Mariusianity.
If $n$ is prime, we have $n\in \mathscr D_2$. If $n=pq$ for primes $p,q$, then $pq\not\in\mathscr D_2$.
Let $n=pqr$ for primes $p,q,r$. Assume $n$ is not $2$-Mariusian, then it is the product of two $2$-Mariusian integers. There are only two (kinds of) ways to write $pqr$ as product of two integers:
So $n=pqr$ is $2$-Mariusian. You can go on and see, that $$n=\prod_{i=1}^kp_i^{e_i}\in\mathscr D_2 \Leftrightarrow 2\nmid \sum_{i=1}^ke_i$$ Now you can try to give a characterisation for $d$-Mariusianity for arbtirary $d$'s.