Solution 1:

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:

Definition: Let $n\in\mathbb N$. $n$ is called "$d$-Mariusian", if $n\neq 1$ and either $n$ is a prime or $$n=\prod_{i=1}^km_i \;\text{ for }\; m_1,\dots,m_k\in\mathscr D_d \text{ implies } k>d \text{ or } k=1$$

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:

  • Seperate one prime, i.e: $n=p(qr)=q(pr)=r(pq)$, but then you have a non $2$-Mariusian factor.
  • $n=(pqr)\cdot 1$, but $1\not\in\mathscr D_2$ (You can see here, that it is important to the well-definedness, that we defined $1$ to be not-Mariusian)

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.

Solution 2:

Not an answer, but an attempt to formalize the OP's definition:

Let $M_d(S)$ be the set of all products of up to $d$ elements of $S$.

Define the sets $P_i$ and $C_i$ recursively as follows:

  • $P_0$ are the prime numbers;
  • $C_i = M_d(P_i) \setminus P_i$;
  • $P_{i+1} = M_{d+1}(P_i) \setminus C_i$.

$P_i \subset P_{i+1}$, so we can say that a number is prime* if it is an element of $P_\infty$, i.e. an element of $P_i$ for some $i$.

Taking $d=2$ and looking only at powers of 2, we have that

  • $P_0 = \{2\}$
  • $C_0 = \{4\}$
  • $P_1 = \{2,8\}$
  • $C_1 = \{4,16,64\}$
  • $P_2 = \{2,8,32,128,512\}$

and so forth. Marius, is this what you have in mind?