|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.17.16.0008.02
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HarmonicNumber[2 z, r] == (HarmonicNumber[z - 1/2, r] + HarmonicNumber[z, r])/
2^r - (2^(1 - r) - 1) Zeta[r] /; Re[z] > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["HarmonicNumber", "[", RowBox[List[RowBox[List["2", " ", "z"]], ",", "r"]], "]"]], "\[Equal]", RowBox[List[RowBox[List[SuperscriptBox["2", RowBox[List["-", "r"]]], RowBox[List["(", RowBox[List[RowBox[List["HarmonicNumber", "[", RowBox[List[RowBox[List["z", "-", FractionBox["1", "2"]]], ",", "r"]], "]"]], "+", " ", RowBox[List["HarmonicNumber", "[", RowBox[List["z", ",", "r"]], "]"]]]], ")"]]]], "-", RowBox[List[RowBox[List["(", RowBox[List[SuperscriptBox["2", RowBox[List["1", "-", "r"]]], "-", "1"]], ")"]], RowBox[List["Zeta", "[", "r", "]"]]]]]]]], "/;", RowBox[List[RowBox[List["Re", "[", "z", "]"]], ">", "0"]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> H </mi> <annotation-xml encoding='MathML-Content'> <ci> HarmonicNumber </ci> </annotation-xml> </semantics> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mrow> <mo> ( </mo> <mi> r </mi> <mo> ) </mo> </mrow> </msubsup> <mo> ⩵ </mo> <mrow> <mrow> <msup> <mn> 2 </mn> <mrow> <mo> - </mo> <mi> r </mi> </mrow> </msup> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <msubsup> <semantics> <mi> H </mi> <annotation-xml encoding='MathML-Content'> <ci> HarmonicNumber </ci> </annotation-xml> </semantics> <mrow> <mi> z </mi> <mo> - </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mrow> <mo> ( </mo> <mi> r </mi> <mo> ) </mo> </mrow> </msubsup> <mo> + </mo> <msubsup> <semantics> <mi> H </mi> <annotation-xml encoding='MathML-Content'> <ci> HarmonicNumber </ci> </annotation-xml> </semantics> <mi> z </mi> <mrow> <mo> ( </mo> <mi> r </mi> <mo> ) </mo> </mrow> </msubsup> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <msup> <mn> 2 </mn> <mrow> <mn> 1 </mn> <mo> - </mo> <mi> r </mi> </mrow> </msup> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <semantics> <mrow> <mi> ζ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> r </mi> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["\[Zeta]", "(", TagBox["r", Rule[Editable, True]], ")"]], InterpretTemplate[Function[BoxForm`e$, Zeta[BoxForm`e$]]]] </annotation> </semantics> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> Re </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> > </mo> <mn> 0 </mn> <mtext> </mtext> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> HarmonicNumber </ci> <apply> <times /> <cn type='integer'> 2 </cn> <ci> z </ci> </apply> <ci> r </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <ci> r </ci> </apply> </apply> <apply> <plus /> <apply> <ci> HarmonicNumber </ci> <apply> <plus /> <ci> z </ci> <apply> <times /> <cn type='integer'> -1 </cn> <cn type='rational'> 1 <sep /> 2 </cn> </apply> </apply> <ci> r </ci> </apply> <apply> <ci> HarmonicNumber </ci> <ci> z </ci> <ci> r </ci> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <plus /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <ci> r </ci> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> <apply> <ci> Zeta </ci> <ci> r </ci> </apply> </apply> </apply> </apply> </apply> <apply> <gt /> <apply> <real /> <ci> z </ci> </apply> <cn type='integer'> 0 </cn> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["HarmonicNumber", "[", RowBox[List[RowBox[List["2", " ", "z_"]], ",", "r_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List[SuperscriptBox["2", RowBox[List["-", "r"]]], " ", RowBox[List["(", RowBox[List[RowBox[List["HarmonicNumber", "[", RowBox[List[RowBox[List["z", "-", FractionBox["1", "2"]]], ",", "r"]], "]"]], "+", RowBox[List["HarmonicNumber", "[", RowBox[List["z", ",", "r"]], "]"]]]], ")"]]]], "-", RowBox[List[RowBox[List["(", RowBox[List[SuperscriptBox["2", RowBox[List["1", "-", "r"]]], "-", "1"]], ")"]], " ", RowBox[List["Zeta", "[", "r", "]"]]]]]], "/;", RowBox[List[RowBox[List["Re", "[", "z", "]"]], ">", "0"]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|