|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.16.0017.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[m n] == Fibonacci[n] Sum[Binomial[m - k - 1, k] (-1)^(k (n - 1))
LucasL[n]^(m - 2 k - 1), {k, 0, Floor[(m - 1)/2]}] /;
Element[m, Integers] && m > 0 && Element[n, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["m", " ", "n"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["Fibonacci", "[", "n", "]"]], RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[RowBox[List["(", RowBox[List["m", "-", "1"]], ")"]], "/", "2"]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List[RowBox[List["m", "-", "k", "-", "1"]], ",", "k"]], "]"]], SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], RowBox[List["k", RowBox[List["(", RowBox[List["n", "-", "1"]], ")"]]]]], SuperscriptBox[RowBox[List["LucasL", "[", "n", "]"]], RowBox[List["m", "-", RowBox[List["2", "k"]], "-", "1"]]]]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", ">", "0"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> n </mi> </msub> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mfrac> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mrow> <mi> m </mi> <mo> - </mo> <mi> k </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox[RowBox[List["m", "-", "k", "-", "1"]], Identity, Rule[Editable, True], Rule[Selectable, True]]], List[TagBox["k", Identity, Rule[Editable, True], Rule[Selectable, True]]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]], Rule[Editable, False], Rule[Selectable, False]] </annotation> </semantics> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> k </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <msubsup> <semantics> <mi> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mi> n </mi> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msubsup> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </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> <times /> <apply> <ci> Fibonacci </ci> <ci> n </ci> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <floor /> <apply> <times /> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> <cn type='integer'> -1 </cn> </apply> <ci> k </ci> </apply> <apply> <power /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> k </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <power /> <apply> <ci> LucasL </ci> <ci> n </ci> </apply> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> <apply> <in /> <ci> n </ci> <integers /> </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[RowBox[List["Fibonacci", "[", "n", "]"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", FractionBox[RowBox[List["m", "-", "1"]], "2"], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List[RowBox[List["m", "-", "k", "-", "1"]], ",", "k"]], "]"]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], RowBox[List["k", " ", RowBox[List["(", RowBox[List["n", "-", "1"]], ")"]]]]], " ", SuperscriptBox[RowBox[List["LucasL", "[", "n", "]"]], RowBox[List["m", "-", RowBox[List["2", " ", "k"]], "-", "1"]]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|