|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.17.0009.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[n + k] Fibonacci[n - k + 1] + Fibonacci[n - k]
Fibonacci[n + k - 1] == Fibonacci[2 n] /;
Element[k, Integers] && k >= 0 && Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["n", "+", "k"]], "]"]], RowBox[List["Fibonacci", "[", RowBox[List["n", "-", "k", "+", "1"]], "]"]]]], "+", "\[IndentingNewLine]", RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["n", "-", "k"]], "]"]], RowBox[List["Fibonacci", "[", RowBox[List["n", "+", "k", "-", "1"]], "]"]]]]]], "\[Equal]", RowBox[List["Fibonacci", "[", RowBox[List["2", " ", "n"]], "]"]]]], "/;", RowBox[List[RowBox[List["k", "\[Element]", "Integers"]], "\[And]", RowBox[List["k", "\[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> <mo> - </mo> <mn> 1 </mn> </mrow> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mi> k </mi> </mrow> </msub> </mrow> <mo> + </mo> <mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mrow> <mo> - </mo> <mi> k </mi> </mrow> <mo> + </mo> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> k </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> </mrow> </mrow> <mo> ⩵ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> n </mi> </mrow> </msub> </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> 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> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <apply> <ci> Fibonacci </ci> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> k </ci> </apply> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> k </ci> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <times /> <cn type='integer'> 2 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> k </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["n_", "+", "k_"]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["n_", "-", "k_", "+", "1"]], "]"]]]], "+", RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["n_", "-", "k_"]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["n_", "+", "k_", "-", "1"]], "]"]]]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["2", " ", "n"]], "]"]], "/;", RowBox[List[RowBox[List["k", "\[Element]", "Integers"]], "&&", RowBox[List["k", "\[GreaterEqual]", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|