Are there more identity numbers past 2?

75 Views Asked by At

I apologize in advance if this question is too ill-posed, but here we go.

As an additive identity, $x+0=x$.

As a multiplicative identity, $x\times 1=x$.

$2$ feels similar in a way I can't define as well, but $2+2=2\times 2=2^2={^2}{2}=H_{a}(2,2)$, where $H_{a}$ is an $a$th-level hyperoperation.

Are there any other integers that are special in a similar way? Some sort of hyper-hyperoperation where $3$ serves as an identity somehow, or some other integer? I know that $e$ is somewhat analogous in exponentiation, and that $i$ is a unit, and those aren't really what I'm after.

1

There are 1 best solutions below

0
On

From Wikipedia, we have the special cases under the convention that $0^0=1$:

$H_n(0,b)=\begin{cases}0,&(2\le n\le3\land b\ge1)\lor(n\ge4\land b\text{ odd})\\1,&(n=3\land b=0)\lor(n\ge4\land b\text{ even})\\b,&n=1\\b+1,&n=0\end{cases}$

$H_n(1,b)=1,~n\ge3$

$H_n(a,0)=\begin{cases}a,&n=1\\0,&n=2\\1,&\text{else}\end{cases}$

$H_n(a,1)=a,~n\ge2$

$H_n(a,a)=H_{n+1}(a,2),~n\ge1$

$H_n(a,-1)=\begin{cases}a-1,&n=1\\-a,&n=2\\1/a,&n=3\\0,\text{else}\end{cases}$

$H_n(2,2)=\begin{cases}3,&n=0\\4,&\text{else}\end{cases}$

but aside from these there isn't much nice beyond expanding with the definition.