Assumptions:
References:
- Sequence A054767 in Sloane's On-Line Encyclopedia of Integer Sequences (OEIS)
TeX:
B_{n + a} \equiv B_{n} \pmod {m}\; \text{ where } a = \text{A054767}\!\left(m\right) n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; m \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BellNumber | Bell number | |
SloaneA | Sequence X in Sloane's OEIS | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("b7e899"), Formula(Where(CongruentMod(BellNumber(Add(n, a)), BellNumber(n), m), Equal(a, SloaneA("A054767", m)))), Variables(n, m), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(m, ZZGreaterEqual(1)))))