Assumptions:
TeX:
\left(B_{2 n} \prod_{p \in \mathbb{P},\,\left(p - 1\right) \mid 2 n} \frac{1}{p}\right) \in \mathbb{Z}
n \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BernoulliB | Bernoulli number | |
| PP | Prime numbers | |
| ZZ | Integers | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("c33e2b"),
Formula(Element(Parentheses(Mul(BernoulliB(Mul(2, n)), ProductCondition(Div(1, p), p, And(Element(p, PP), Divides(Parentheses(Sub(p, 1)), Mul(2, n)))))), ZZ)),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(1))))