|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.03.03.0011.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binomial[n, k] == -((n! Sin[Pi k])/(Pi Pochhammer[-k, n + 1])) /;
Element[n, Integers] && n >= 0 && !Element[k, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Binomial", "[", RowBox[List["n", ",", "k"]], "]"]], "\[Equal]", RowBox[List["-", FractionBox[RowBox[List[RowBox[List["n", "!"]], RowBox[List["Sin", "[", RowBox[List["\[Pi]", " ", "k"]], "]"]]]], RowBox[List[" ", RowBox[List["\[Pi]", " ", RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["-", "k"]], ",", RowBox[List["n", "+", "1"]]]], "]"]]]]]]]]]]], " ", "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["Not", "[", RowBox[List["k", "\[Element]", "Integers"]], "]"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <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> <mrow> <mo> - </mo> <mfrac> <mrow> <mrow> <mi> n </mi> <mo> ! </mo> </mrow> <mo> ⁢ </mo> <mrow> <mi> sin </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> π </mi> <mo> ⁢ </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> </mrow> <mrow> <mi> π </mi> <mo> ⁢ </mo> <semantics> <msub> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <annotation encoding='Mathematica'> TagBox[SubscriptBox[RowBox[List["(", RowBox[List["-", "k"]], ")"]], RowBox[List["n", "+", "1"]]], Pochhammer] </annotation> </semantics> </mrow> </mfrac> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mo> ¬ </mo> <mrow> <mi> k </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> k </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <factorial /> <ci> n </ci> </apply> <apply> <sin /> <apply> <times /> <pi /> <ci> k </ci> </apply> </apply> <apply> <power /> <apply> <times /> <pi /> <apply> <ci> Pochhammer </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> <apply> <not /> <apply> <in /> <ci> k </ci> <integers /> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Binomial", "[", RowBox[List["n_", ",", "k_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["-", FractionBox[RowBox[List[RowBox[List["n", "!"]], " ", RowBox[List["Sin", "[", RowBox[List["\[Pi]", " ", "k"]], "]"]]]], RowBox[List["\[Pi]", " ", RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["-", "k"]], ",", RowBox[List["n", "+", "1"]]]], "]"]]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]], "&&", RowBox[List["!", RowBox[List["k", "\[Element]", "Integers"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|