Assumptions:
TeX:
\left({r}^{2} + 4 r - {n}^{2} + 4\right) I^{(r + 2)}_{n}\!\left(0\right) - \left(r + 1\right) \left(r + 2\right) I^{(r)}_{n}\!\left(0\right) = 0 n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; r \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pow | Power | |
BesselI | Modified Bessel function of the first kind | |
ZZ | Integers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("f303c9"), Formula(Equal(Sub(Mul(Add(Sub(Add(Pow(r, 2), Mul(4, r)), Pow(n, 2)), 4), BesselI(n, 0, Add(r, 2))), Mul(Mul(Add(r, 1), Add(r, 2)), BesselI(n, 0, r))), 0)), Variables(n, r), Assumptions(And(Element(n, ZZ), Element(r, ZZGreaterEqual(0)))))