|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.22.27.0006.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LucasL[n] == (Fibonacci[m + n] + (-1)^n Fibonacci[m - n])/Fibonacci[m] /;
Element[m, Integers] && m != 0 && Element[n, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["LucasL", "[", "n", "]"]], "\[Equal]", FractionBox[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["m", "+", "n"]], "]"]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], RowBox[List["Fibonacci", "[", RowBox[List["m", "-", "n"]], "]"]]]]]], RowBox[List["Fibonacci", "[", "m", "]"]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[NotEqual]", "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> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mi> n </mi> </msub> <mo>  </mo> <mfrac> <mrow> <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> <mrow> <mi> m </mi> <mo> - </mo> <mi> n </mi> </mrow> </msub> </mrow> <mo> + </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> m </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> </mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> m </mi> </msub> </mfrac> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> m </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ≠ </mo> <mn> 0 </mn> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> LucasL </ci> <ci> n </ci> </apply> <apply> <times /> <apply> <plus /> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> m </ci> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <ci> Fibonacci </ci> <ci> m </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> m </ci> <integers /> </apply> <apply> <neq /> <ci> m </ci> <cn type='integer'> 0 </cn> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["LucasL", "[", "n_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["m", "+", "n"]], "]"]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], " ", RowBox[List["Fibonacci", "[", RowBox[List["m", "-", "n"]], "]"]]]]]], RowBox[List["Fibonacci", "[", "m", "]"]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[NotEqual]", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|