|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.15.17.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
StirlingS2[n + 1, m] == StirlingS2[n, m - 1] + m StirlingS2[n, m] /;
(Element[m, Integers] && m > 0) && Element[n, Integers] && m <= n
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["StirlingS2", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "m"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["StirlingS2", "[", RowBox[List["n", ",", RowBox[List["m", "-", "1"]]]], "]"]], "+", RowBox[List["m", " ", RowBox[List["StirlingS2", "[", RowBox[List["n", ",", "m"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]]]], ")"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[LessEqual]", "n"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <msubsup> <semantics> <mi> 𝒮 </mi> <annotation encoding='Mathematica'> TagBox["\[ScriptCapitalS]", StirlingS2] </annotation> </semantics> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mrow> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> </msubsup> <mo> ⩵ </mo> <mrow> <msubsup> <semantics> <mi> 𝒮 </mi> <annotation encoding='Mathematica'> TagBox["\[ScriptCapitalS]", StirlingS2] </annotation> </semantics> <mi> n </mi> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </msubsup> <mo> + </mo> <mrow> <mi> m </mi> <mo> ⁢ </mo> <msubsup> <semantics> <mi> 𝒮 </mi> <annotation encoding='Mathematica'> TagBox["\[ScriptCapitalS]", StirlingS2] </annotation> </semantics> <mi> n </mi> <mrow> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> </msubsup> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> <mo> + </mo> </msup> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> <annotation encoding='Mathematica'> TagBox[SuperscriptBox[TagBox["\[DoubleStruckCapitalN]", Function[Integers]], "+"], Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ≤ </mo> <mi> n </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> StirlingS2 </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> m </ci> </apply> <apply> <plus /> <apply> <ci> StirlingS2 </ci> <ci> n </ci> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <ci> m </ci> <apply> <ci> StirlingS2 </ci> <ci> n </ci> <ci> m </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <integers /> </apply> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> <apply> <leq /> <ci> m </ci> <ci> n </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["StirlingS2", "[", RowBox[List[RowBox[List["n_", "+", "1"]], ",", "m_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["StirlingS2", "[", RowBox[List["n", ",", RowBox[List["m", "-", "1"]]]], "]"]], "+", RowBox[List["m", " ", RowBox[List["StirlingS2", "[", RowBox[List["n", ",", "m"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]]]], ")"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[LessEqual]", "n"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|