|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/01.02.23.0020.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sum[(x - k)^(n - 1), {k, 1, Floor[x]}] ==
(1/n) (BernoulliB[n, x] + BernoulliB[n, x - Floor[x]]) /;
Element[x, Reals] && x > 0 && Element[n, Integers] && n >= 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[" ", RowBox[List[RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "1"]], RowBox[List["Floor", "[", "x", "]"]]], SuperscriptBox[RowBox[List["(", RowBox[List["x", "-", "k"]], ")"]], RowBox[List["n", "-", "1"]]]]], "\[Equal]", RowBox[List[FractionBox["1", "n"], RowBox[List["(", RowBox[List[RowBox[List["BernoulliB", "[", RowBox[List["n", ",", "x"]], "]"]], "+", RowBox[List["BernoulliB", "[", RowBox[List["n", ",", RowBox[List["x", "-", RowBox[List["Floor", "[", "x", "]"]]]]]], "]"]]]], ")"]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "\[And]", RowBox[List["x", ">", "0"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "1"]]]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> 1 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mi> x </mi> <mo> ⌋ </mo> </mrow> </munderover> <msup> <mrow> <mo> ( </mo> <mrow> <mi> x </mi> <mo> - </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> </mrow> <mo> ⩵ </mo> <mrow> <mfrac> <mn> 1 </mn> <mi> n </mi> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <msub> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", BernoulliB] </annotation> </semantics> <mi> n </mi> </msub> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mrow> <msub> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", BernoulliB] </annotation> </semantics> <mi> n </mi> </msub> <mo> ( </mo> <mrow> <mi> x </mi> <mo> - </mo> <mrow> <mo> ⌊ </mo> <mi> x </mi> <mo> ⌋ </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> x </mi> <mo> > </mo> <mn> 0 </mn> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> <annotation encoding='Mathematica'> TagBox[SuperscriptBox["\[DoubleStruckCapitalN]", "+"], Function[Integers]] </annotation> </semantics> </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'> 1 </cn> </lowlimit> <uplimit> <apply> <floor /> <ci> x </ci> </apply> </uplimit> <apply> <power /> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <apply> <times /> <cn type='integer'> 1 </cn> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <plus /> <apply> <ci> BernoulliB </ci> <ci> n </ci> <ci> x </ci> </apply> <apply> <ci> BernoulliB </ci> <ci> n </ci> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <floor /> <ci> x </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> x </ci> <reals /> </apply> <apply> <gt /> <ci> x </ci> <cn type='integer'> 0 </cn> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "1"]], RowBox[List["Floor", "[", "x_", "]"]]], SuperscriptBox[RowBox[List["(", RowBox[List["x_", "-", "k_"]], ")"]], RowBox[List["n_", "-", "1"]]]]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[RowBox[List["BernoulliB", "[", RowBox[List["n", ",", "x"]], "]"]], "+", RowBox[List["BernoulliB", "[", RowBox[List["n", ",", RowBox[List["x", "-", RowBox[List["Floor", "[", "x", "]"]]]]]], "]"]]]], "n"], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "&&", RowBox[List["x", ">", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "1"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|