Assumptions:
TeX:
B_{n + p} \equiv B_{n} + B_{n + 1} \pmod {p} n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; p \in \mathbb{P}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BellNumber | Bell number | |
ZZGreaterEqual | Integers greater than or equal to n | |
PP | Prime numbers |
Source code for this entry:
Entry(ID("dd9d26"), Formula(CongruentMod(BellNumber(Add(n, p)), Add(BellNumber(n), BellNumber(Add(n, 1))), p)), Variables(n, p), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(p, PP))))