|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.16.0015.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[m n] == Sum[Binomial[m, k] Fibonacci[n]^k Fibonacci[n - m]^(m - k)
Fibonacci[k], {k, 0, m}] /; (Element[m - 1, Integers] && m - 1 > 0) &&
(Element[n, Integers] && n > 0) && n >= m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["m", " ", "n"]], "]"]], "\[Equal]", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "m"], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], SuperscriptBox[RowBox[List["Fibonacci", "[", "n", "]"]], "k"], SuperscriptBox[RowBox[List["Fibonacci", "[", RowBox[List["n", "-", "m"]], "]"]], RowBox[List["m", "-", "k"]]], RowBox[List["Fibonacci", "[", "k", "]"]]]]]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["m", "-", "1"]], "\[Element]", "Integers"]], "&&", RowBox[List[RowBox[List["m", "-", "1"]], ">", "0"]]]], ")"]], "&&", RowBox[List["(", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]]]], ")"]], "&&", RowBox[List["n", "\[GreaterEqual]", "m"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> m </mi> <mo> ⁢ </mo> <mi> n </mi> </mrow> </msub> <mo> ⩵ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> m </mi> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity, Rule[Editable, True]]], List[TagBox["k", Identity, Rule[Editable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False]] </annotation> </semantics> <mo> ⁢ </mo> <msubsup> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> n </mi> <mi> k </mi> </msubsup> <mo> ⁢ </mo> <msubsup> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mi> k </mi> </mrow> </msubsup> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> k </mi> </msub> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ∈ </mo> <semantics> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> <annotation encoding='Mathematica'> TagBox[SuperscriptBox["\[DoubleStruckCapitalN]", "+"], Function[Integers]] </annotation> </semantics> </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> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ≥ </mo> <mi> m </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> Fibonacci </ci> <apply> <times /> <ci> m </ci> <ci> n </ci> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> m </ci> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> m </ci> <ci> k </ci> </apply> <apply> <power /> <apply> <ci> Fibonacci </ci> <ci> n </ci> </apply> <ci> k </ci> </apply> <apply> <power /> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> </apply> <apply> <ci> Fibonacci </ci> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <integers /> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> <apply> <geq /> <ci> n </ci> <ci> m </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Fibonacci", "[", RowBox[List["m_", " ", "n_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "m"], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], " ", SuperscriptBox[RowBox[List["Fibonacci", "[", "n", "]"]], "k"], " ", SuperscriptBox[RowBox[List["Fibonacci", "[", RowBox[List["n", "-", "m"]], "]"]], RowBox[List["m", "-", "k"]]], " ", RowBox[List["Fibonacci", "[", "k", "]"]]]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["m", "-", "1"]], "\[Element]", "Integers"]], "&&", RowBox[List[RowBox[List["m", "-", "1"]], ">", "0"]]]], ")"]], "&&", RowBox[List["(", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]]]], ")"]], "&&", RowBox[List["n", "\[GreaterEqual]", "m"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|