|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/05.13.17.0006.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EulerE[n, m] == (-1)^m EulerE[n, 0] -
2 Sum[(-1)^(m - k) k^n, {k, 1, m - 1}] /; Element[m, Integers] && m >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["EulerE", "[", RowBox[List["n", ",", "m"]], "]"]], "\[Equal]", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "m"], " ", RowBox[List["EulerE", "[", RowBox[List["n", ",", "0"]], "]"]]]], "-", RowBox[List["2", " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "1"]], RowBox[List["m", "-", "1"]]], RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], RowBox[List["m", "-", "k"]]], " ", SuperscriptBox["k", "n"]]]]]]]]]]], "/;", RowBox[List[RowBox[List["Element", "[", RowBox[List["m", ",", "Integers"]], "]"]], "\[And]", RowBox[List["m", "\[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> <msub> <semantics> <mi> E </mi> <annotation encoding='Mathematica'> TagBox["E", EulerE] </annotation> </semantics> <mi> n </mi> </msub> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> m </mi> </msup> <mo> ⁢ </mo> <mrow> <msub> <semantics> <mi> E </mi> <annotation encoding='Mathematica'> TagBox["E", EulerE] </annotation> </semantics> <mi> n </mi> </msub> <mo> ( </mo> <mn> 0 </mn> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 1 </mn> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </munderover> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mi> k </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mi> k </mi> <mi> n </mi> </msup> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> EulerE </ci> <ci> n </ci> <ci> m </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <ci> EulerE </ci> <ci> n </ci> <cn type='integer'> 0 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 1 </cn> </lowlimit> <uplimit> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> </apply> <apply> <power /> <ci> k </ci> <ci> n </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <in /> <ci> m </ci> <integers /> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["EulerE", "[", RowBox[List["n_", ",", "m_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "m"], " ", RowBox[List["EulerE", "[", RowBox[List["n", ",", "0"]], "]"]]]], "-", RowBox[List["2", " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "1"]], RowBox[List["m", "-", "1"]]], RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], RowBox[List["m", "-", "k"]]], " ", SuperscriptBox["k", "n"]]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|