TeX:
\# \left\{ n : n \in \mathbb{Z}_{\ge 1} \,\mathbin{\operatorname{and}}\, \varphi(n) < \frac{n}{{e}^{\gamma} \log\!\left(\log(n)\right)} \right\} \# \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Cardinality | Set cardinality | |
ZZGreaterEqual | Integers greater than or equal to n | |
Totient | Euler totient function | |
Exp | Exponential function | |
ConstGamma | The constant gamma (0.577...) | |
Log | Natural logarithm | |
ZZ | Integers |
Source code for this entry:
Entry(ID("86fcf1"), Formula(Equal(Cardinality(Set(n, ForElement(n, ZZGreaterEqual(1)), Less(Totient(n), Div(n, Mul(Exp(ConstGamma), Log(Log(n)))))))), Cardinality(ZZ)))