|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.17.0003.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[\[Nu]] == I^(m + 1) ChebyshevU[(m - 1)/2, -(3/2)]
Fibonacci[\[Nu] + m] + I^m ChebyshevU[m/2 - 1, -(3/2)]
Fibonacci[\[Nu] + m + 1] /; Element[m, Integers] && m > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", "\[Nu]", "]"]], "\[Equal]", RowBox[List[RowBox[List[SuperscriptBox["\[ImaginaryI]", RowBox[List["m", "+", "1"]]], " ", RowBox[List["ChebyshevU", "[", RowBox[List[FractionBox[RowBox[List["m", "-", "1"]], "2"], ",", RowBox[List["-", FractionBox["3", "2"]]]]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["\[Nu]", "+", "m"]], "]"]]]], "+", RowBox[List[SuperscriptBox["\[ImaginaryI]", "m"], RowBox[List["ChebyshevU", "[", RowBox[List[RowBox[List[FractionBox["m", "2"], "-", "1"]], ",", RowBox[List["-", FractionBox["3", "2"]]]]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["\[Nu]", "+", "m", "+", "1"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", ">", "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> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> ν </mi> </msub> <mo> ⩵ </mo> <mrow> <mrow> <msup> <mi> ⅈ </mi> <mrow> <mi> m </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <mrow> <msub> <mi> U </mi> <mfrac> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> </msub> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <mn> 3 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> m </mi> <mo> + </mo> <mi> ν </mi> </mrow> </msub> </mrow> <mo> + </mo> <mrow> <msup> <mi> ⅈ </mi> <mi> m </mi> </msup> <mo> ⁢ </mo> <mrow> <msub> <mi> U </mi> <mrow> <mfrac> <mi> m </mi> <mn> 2 </mn> </mfrac> <mo> - </mo> <mn> 1 </mn> </mrow> </msub> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <mn> 3 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> m </mi> <mo> + </mo> <mi> ν </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> Fibonacci </ci> <ci> ν </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <imaginaryi /> <apply> <plus /> <ci> m </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <ci> ChebyshevU </ci> <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> <times /> <cn type='integer'> -1 </cn> <cn type='rational'> 3 <sep /> 2 </cn> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> m </ci> <ci> ν </ci> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <imaginaryi /> <ci> m </ci> </apply> <apply> <ci> ChebyshevU </ci> <apply> <plus /> <apply> <times /> <ci> m </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <cn type='integer'> -1 </cn> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <cn type='rational'> 3 <sep /> 2 </cn> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> m </ci> <ci> ν </ci> <cn type='integer'> 1 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Fibonacci", "[", "\[Nu]_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List[SuperscriptBox["\[ImaginaryI]", RowBox[List["m", "+", "1"]]], " ", RowBox[List["ChebyshevU", "[", RowBox[List[FractionBox[RowBox[List["m", "-", "1"]], "2"], ",", RowBox[List["-", FractionBox["3", "2"]]]]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["\[Nu]", "+", "m"]], "]"]]]], "+", RowBox[List[SuperscriptBox["\[ImaginaryI]", "m"], " ", RowBox[List["ChebyshevU", "[", RowBox[List[RowBox[List[FractionBox["m", "2"], "-", "1"]], ",", RowBox[List["-", FractionBox["3", "2"]]]]], "]"]], " ", RowBox[List["Fibonacci", "[", RowBox[List["\[Nu]", "+", "m", "+", "1"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|