|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.01.09.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
n! == Limit[(1 - x)^(n - 1)/Product[1 - x^(1/k), {k, 2, n}], x -> 1] /;
Element[n, Integers] && n > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["n", "!"]], "\[Equal]", RowBox[List["Limit", "[", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["1", "-", "x"]], ")"]], RowBox[List["n", "-", "1"]]], "/", RowBox[List[UnderoverscriptBox["\[Product]", RowBox[List["k", "=", "2"]], "n"], RowBox[List["(", RowBox[List["1", "-", SuperscriptBox["x", RowBox[List["1", "/", "k"]]]]], ")"]]]]]], ",", RowBox[List["x", "\[Rule]", "1"]]]], "]"]]]], "/;", " ", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", ">", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mi> n </mi> <mo> ! </mo> </mrow> <mo> ⩵ </mo> <mrow> <munder> <mi> lim </mi> <mrow> <mi> x </mi> <semantics> <mo> → </mo> <annotation encoding='Mathematica'> "\[Rule]" </annotation> </semantics> <mn> 1 </mn> </mrow> </munder> <mo> ⁢ </mo> <mtext>   </mtext> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <mi> x </mi> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mrow> <munderover> <mo> ∏ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 2 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <msup> <mi> x </mi> <mrow> <mn> 1 </mn> <mo> / </mo> <mi> k </mi> </mrow> </msup> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <factorial /> <ci> n </ci> </apply> <apply> <limit /> <bvar> <ci> x </ci> </bvar> <condition> <apply> <tendsto /> <ci> x </ci> <cn type='integer'> 1 </cn> </apply> </condition> <apply> <times /> <apply> <power /> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <ci> x </ci> </apply> </apply> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <power /> <apply> <product /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 2 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <power /> <ci> x </ci> <apply> <times /> <cn type='integer'> 1 </cn> <apply> <power /> <ci> k </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <in /> <ci> n </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["n_", "!"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["Limit", "[", RowBox[List[FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List["1", "-", "x"]], ")"]], RowBox[List["n", "-", "1"]]], RowBox[List[UnderoverscriptBox["\[Product]", RowBox[List["k", "=", "2"]], "n"], RowBox[List["(", RowBox[List["1", "-", SuperscriptBox["x", RowBox[List["1", "/", "k"]]]]], ")"]]]]], ",", RowBox[List["x", "\[Rule]", "1"]]]], "]"]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|