|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.13.06.0008.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BernoulliB[n] == Sum[((-1)^m/(1 + m)) Sum[(-1)^i (-i + m)^n Binomial[m, i],
{i, 0, m - 1}], {m, 0, n}] /; Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["BernoulliB", "[", "n", "]"]], "\[Equal]", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["m", "=", "0"]], "n"], RowBox[List[FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "m"], RowBox[List["1", "+", "m"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["i", "=", "0"]], RowBox[List["m", "-", "1"]]], RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "i"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "i"]], "+", "m"]], ")"]], "n"], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", "i"]], "]"]]]]]]]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <msub> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", BernoulliB] </annotation> </semantics> <mi> n </mi> </msub> <mo> ⩵ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> m </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> m </mi> </msup> <mrow> <mi> m </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </mfrac> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> i </mi> <mo> = </mo> <mn> 0 </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> <mi> i </mi> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mi> i </mi> </mrow> <mo> ) </mo> </mrow> <mi> n </mi> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mi> i </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity, Rule[Editable, True]]], List[TagBox["i", Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> BernoulliB </ci> <ci> n </ci> </apply> <apply> <sum /> <bvar> <ci> m </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <power /> <apply> <plus /> <ci> m </ci> <cn type='integer'> 1 </cn> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <sum /> <bvar> <ci> i </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> i </ci> </apply> <apply> <power /> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> i </ci> </apply> </apply> <ci> n </ci> </apply> <apply> <ci> Binomial </ci> <ci> m </ci> <ci> i </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["BernoulliB", "[", "n_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["m", "=", "0"]], "n"], FractionBox[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "m"], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["i", "=", "0"]], RowBox[List["m", "-", "1"]]], RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "i"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "i"]], "+", "m"]], ")"]], "n"], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", "i"]], "]"]]]]]]]], RowBox[List["1", "+", "m"]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|