|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.17.0008.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[k + n] Fibonacci[l + n] - Fibonacci[k + l + n] Fibonacci[n] ==
(-1)^n Fibonacci[k] Fibonacci[l] /; Element[k, Integers] && k >= 0 &&
Element[l, Integers] && l >= 0 && Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["k", "+", "n"]], "]"]], RowBox[List["Fibonacci", "[", RowBox[List["l", "+", "n"]], "]"]]]], "-", RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["k", "+", "l", "+", "n"]], "]"]], RowBox[List["Fibonacci", "[", "n", "]"]]]]]], "\[Equal]", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], RowBox[List["Fibonacci", "[", "k", "]"]], RowBox[List["Fibonacci", "[", "l", "]"]]]]]], "/;", RowBox[List[RowBox[List["k", "\[Element]", "Integers"]], "\[And]", RowBox[List["k", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["l", "\[Element]", "Integers"]], "\[And]", RowBox[List["l", "\[GreaterEqual]", "0"]], "\[And]", 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> <mrow> <mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> k </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> l </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> </mrow> <mo> - </mo> <mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> k </mi> <mo> + </mo> <mi> l </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> n </mi> </msub> </mrow> </mrow> <mo> ⩵ </mo> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> n </mi> </msup> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> k </mi> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> l </mi> </msub> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> k </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> l </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <plus /> <apply> <times /> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> k </ci> <ci> n </ci> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> l </ci> <ci> n </ci> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> k </ci> <ci> l </ci> <ci> n </ci> </apply> </apply> <apply> <ci> Fibonacci </ci> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <apply> <ci> Fibonacci </ci> <ci> k </ci> </apply> <apply> <ci> Fibonacci </ci> <ci> l </ci> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> k </ci> <integers /> </apply> <apply> <in /> <ci> l </ci> <integers /> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["k_", "+", "n_"]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["l_", "+", "n_"]], "]"]]]], "-", RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["k_", "+", "l_", "+", "n_"]], "]"]], " ", RowBox[List["Fibonacci", "[", "n_", "]"]]]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], " ", RowBox[List["Fibonacci", "[", "k", "]"]], " ", RowBox[List["Fibonacci", "[", "l", "]"]]]], "/;", RowBox[List[RowBox[List["k", "\[Element]", "Integers"]], "&&", RowBox[List["k", "\[GreaterEqual]", "0"]], "&&", RowBox[List["l", "\[Element]", "Integers"]], "&&", RowBox[List["l", "\[GreaterEqual]", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|