|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.03.23.0007.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sum[Binomial[n, k] Binomial[m + k, j] (-1)^k, {k, 0, Infinity}] ==
Binomial[m, j - n] Csc[Pi (j - n)] Sin[Pi j] /;
Element[j, Integers] && j >= 0 && Element[m, Integers] && m >= 0 &&
Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "\[Infinity]"], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["n", ",", "k"]], "]"]], " ", RowBox[List["Binomial", "[", RowBox[List[RowBox[List["m", "+", "k"]], ",", "j"]], "]"]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "k"]]]]], "\[Equal]", RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", RowBox[List["j", "-", "n"]]]], "]"]], " ", RowBox[List["Csc", "[", RowBox[List["\[Pi]", " ", RowBox[List["(", RowBox[List["j", "-", "n"]], ")"]]]], "]"]], " ", RowBox[List["Sin", "[", RowBox[List["\[Pi]", " ", "j"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["j", "\[Element]", "Integers"]], "\[And]", RowBox[List["j", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> ∞ </mi> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity, Rule[Editable, True]]], List[TagBox["k", Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mrow> <mi> k </mi> <mo> + </mo> <mi> m </mi> </mrow> </mtd> </mtr> <mtr> <mtd> <mi> j </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox[RowBox[List["k", "+", "m"]], Identity, Rule[Editable, True]]], List[TagBox["j", Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> k </mi> </msup> </mrow> </mrow> <mo> ⩵ </mo> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mrow> <mi> j </mi> <mo> - </mo> <mi> n </mi> </mrow> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity, Rule[Editable, True]]], List[TagBox[RowBox[List["j", "-", "n"]], Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> csc </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> π </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> j </mi> <mo> - </mo> <mi> n </mi> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mi> sin </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> π </mi> <mo> ⁢ </mo> <mi> j </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> j </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <infinity /> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> k </ci> </apply> <apply> <ci> Binomial </ci> <apply> <plus /> <ci> k </ci> <ci> m </ci> </apply> <ci> j </ci> </apply> <apply> <power /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> </apply> <apply> <times /> <apply> <ci> Binomial </ci> <ci> m </ci> <apply> <plus /> <ci> j </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <csc /> <apply> <times /> <pi /> <apply> <plus /> <ci> j </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <sin /> <apply> <times /> <pi /> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> j </ci> <ci> ℕ </ci> </apply> <apply> <in /> <ci> m </ci> <integers /> </apply> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "0"]], "\[Infinity]"], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["n_", ",", "k_"]], "]"]], " ", RowBox[List["Binomial", "[", RowBox[List[RowBox[List["m_", "+", "k_"]], ",", "j_"]], "]"]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "k_"]]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", RowBox[List["j", "-", "n"]]]], "]"]], " ", RowBox[List["Csc", "[", RowBox[List["\[Pi]", " ", RowBox[List["(", RowBox[List["j", "-", "n"]], ")"]]]], "]"]], " ", RowBox[List["Sin", "[", RowBox[List["\[Pi]", " ", "j"]], "]"]]]], "/;", RowBox[List[RowBox[List["j", "\[Element]", "Integers"]], "&&", RowBox[List["j", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|